Easy WebRTC Block

The easiest way to prevent WebRTC Leaks

What is Easy WebRTC Block?

Easy WebRTC Block is a Chrome extension developed by https://www.srware.net, and its main feature is "The easiest way to prevent WebRTC Leaks".

Extension Screenshots

screenshot

Download Easy WebRTC Block Extension CRX File

Download Easy WebRTC Block extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Just install the extensions and WebRTC IP Leaks are stopped. Please get sure to allow it also for Incognito! 

You want to use WebRTC again for a while? Simply disable the extension temporarily.                    

Extension Basic Information

Name Easy WebRTC Block Easy WebRTC Block
ID cmjcmogcdofcljpojplgmfpheblcaehh
Official URL https://chromewebstore.google.com/detail/easy-webrtc-block/cmjcmogcdofcljpojplgmfpheblcaehh
Description The easiest way to prevent WebRTC Leaks
File Size 18.88 KB
Installation Count 15,252
Current Version 1.1.0
Last Updated 2017-01-18
Publish Date 2017-01-18
Rating 3.85/5 Total 41 Ratings
Developer https://www.srware.net
Email [email protected]
Payment Type free
Extension Website http://www.srware.net/forum/viewtopic.php?f=18&t=11893
Help Page URL http://www.srware.net/forum/viewtopic.php?f=18&t=11893
Supported Languages en
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
    }
}