WebRTC Leak Shield

Disable WebRTC and prevent IP leak.

Qu'est-ce que WebRTC Leak Shield ?

WebRTC Leak Shield est une extension Chrome développée par hoxx.com, et sa fonction principale est "Disable WebRTC and prevent IP leak.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WebRTC Leak Shield

Téléchargez les fichiers d'extension WebRTC Leak Shield au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WebRTC Leak Shield WebRTC Leak Shield
ID bppamachkoflopbagkdoflbgfjflfnfl
URL Officiel https://chromewebstore.google.com/detail/webrtc-leak-shield/bppamachkoflopbagkdoflbgfjflfnfl
Description Disable WebRTC and prevent IP leak.
Taille du Fichier 461 KB
Nombre d'Installations 237,618
Version Actuelle 1.0.8
Dernière Mise à Jour 2022-05-21
Date de Publication 2019-10-10
Évaluation 4.21/5 Total 189 Évaluations
Développeur hoxx.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://hoxx.com/privacy-policy
Langues Prises en Charge 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"
        ]
    }
}