WebRTC Leak Shield

WebRTC Leak Shield

Disable WebRTC and prevent IP leak.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "WebRTC Leak Shield",
  "description": "Disable WebRTC and prevent IP leak.",
  "version": "1.0.7",
  "browser_action": {
    "browser_style": false,
    "default_icon": "images/48-disabled.png",
    "default_popup": "popup.html",
    "default_title": "Your IP is visible"
  },
  "icons": {
    "16": "images/32.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "permissions": [
    "privacy",
    "storage",
    "management"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}