Easy WebRTC Block

Easy WebRTC Block

The easiest way to prevent WebRTC Leaks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Easy WebRTC Block",
  "version": "1.1.0",
  "description": "The easiest way to prevent WebRTC Leaks",
  "icons": {
    "128": "/img/128.png"
  },
  "browser_action": {
    "default_icon": "img/128.png"
  },
  "minimum_chrome_version": "48",
  "permissions": [
    "privacy"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "homepage_url": "http://www.srware.net/webrtc_off_url.php",
  "background": {
    "scripts": [
      "/js/background.js"
    ],
    "persistent": false
  }
}