WebRTC Leak Shield

Disable WebRTC and prevent IP leak.

WebRTC Leak Shield क्या है?

WebRTC Leak Shield hoxx.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disable WebRTC and prevent IP leak."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WebRTC Leak Shield एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम WebRTC Leak Shield WebRTC Leak Shield
ID bppamachkoflopbagkdoflbgfjflfnfl
आधिकारिक URL https://chromewebstore.google.com/detail/webrtc-leak-shield/bppamachkoflopbagkdoflbgfjflfnfl
विवरण Disable WebRTC and prevent IP leak.
फ़ाइल का आकार 461 KB
स्थापना संख्या 237,618
वर्तमान संस्करण 1.0.8
अंतिम अपडेट 2022-05-21
प्रकाशन तिथि 2019-10-10
रेटिंग 4.21/5 कुल 189 रेटिंग्स
डेवलपर hoxx.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://hoxx.com/privacy-policy
समर्थित भाषाएँ 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"
        ]
    }
}