WebRTC Leak Killer

This extension prevents IP leakage via WebRTC

What is WebRTC Leak Killer?

WebRTC Leak Killer is a Chrome extension developed by dvorakj31, and its main feature is "This extension prevents IP leakage via WebRTC".

Extension Screenshots

screenshot
screenshot
screenshot

Download WebRTC Leak Killer Extension CRX File

Download WebRTC Leak Killer 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

                        This extension offers you privacy on the Internet by stopping WebRTC IP leaks. You can set your settings of WebRTC for each website or just disable it on every website.

* You have 4 different kinds of security levels, which you set the way you want it best

* You can whitelist your websites, which are managed by another extensions or your own browser settings.

* For better comfortability, context menu helps you to put your websites on whitelist by only clicking on add to whitelist or you can remove it by simple click on remove.

* Your IP address will be covered by this extension and it will prevent you from IP leaks over WebRTC.

* Code can be found on https://github.com/dvorakj31/webrtc_extension                    

Extension Basic Information

Name WebRTC Leak Killer WebRTC Leak Killer
ID japjbgpadlgeagbegagkfccjpfnadgeb
Official URL https://chromewebstore.google.com/detail/webrtc-leak-killer/japjbgpadlgeagbegagkfccjpfnadgeb
Description This extension prevents IP leakage via WebRTC
File Size 13.95 KB
Installation Count 2,248
Current Version 1.0.3
Last Updated 2018-05-24
Publish Date 2018-05-24
Rating 4.82/5 Total 11 Ratings
Developer dvorakj31
Payment Type free
Extension Website https://github.com/dvorakj31/webrtc_extension/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebRTC Leak Killer",
    "short_name": "Leak Killer",
    "description": "This extension prevents IP leakage via WebRTC",
    "version": "1.0.3",
    "minimum_chrome_version": "48",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_128.png",
        "default_title": "Click to prevent IP leaks",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/global.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "privacy",
        "webNavigation",
        "storage",
        "contentSettings",
        "contextMenus",
        "tabs"
    ]
}