WebRTC Leak Shield

Disable WebRTC and prevent IP leak.

What is WebRTC Leak Shield?

WebRTC Leak Shield is a Chrome extension developed by hoxx.com, and its main feature is "Disable WebRTC and prevent IP leak.".

Extension Screenshots

screenshot

Download WebRTC Leak Shield Extension CRX File

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

                        Disable WebRTC and prevent IP leak.

VPN Extensions can hide your IP address but they cannot prevent IP leaks caused by WebRTC. WebRTC Leak Shield protects you from this security threat. This is a must have extension for protecting your privacy on the internet. 

WebRTC Leak Shield requires following permissions:

privacy: This allows the extension to change the webrtc settings of the browser to prevent WebRTC IP Leak

storage: To store configuration file and current state of the extension

management: This extension is standalone and does not require any other extension to function but other extension such as VPN extension can embed the functionality of this extension in their extension. (For example: Hoxx VPN). This permission is needed to ensure the communication between WebRTC Leak Shield and other extensions which are using its functionality.                    

Extension Basic Information

Name WebRTC Leak Shield WebRTC Leak Shield
ID bppamachkoflopbagkdoflbgfjflfnfl
Official URL https://chromewebstore.google.com/detail/webrtc-leak-shield/bppamachkoflopbagkdoflbgfjflfnfl
Description Disable WebRTC and prevent IP leak.
File Size 461 KB
Installation Count 237,618
Current Version 1.0.8
Last Updated 2022-05-21
Publish Date 2019-10-10
Rating 4.21/5 Total 189 Ratings
Developer hoxx.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://hoxx.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebRTC Leak Shield",
    "description": "Disable WebRTC and prevent IP leak.",
    "version": "1.0.8",
    "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"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}