WebRTC Leak Shield
Disable WebRTC and prevent IP leak.
Cos'è WebRTC Leak Shield?
WebRTC Leak Shield è un'estensione di Chrome sviluppata da hoxx.com, e la sua funzione principale è "Disable WebRTC and prevent IP leak.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WebRTC Leak Shield
Scarica i file di estensione WebRTC Leak Shield in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | WebRTC Leak Shield |
ID | bppamachkoflopbagkdoflbgfjflfnfl |
URL Ufficiale | https://chromewebstore.google.com/detail/webrtc-leak-shield/bppamachkoflopbagkdoflbgfjflfnfl |
Descrizione | Disable WebRTC and prevent IP leak. |
Dimensione del File | 461 KB |
Conteggio Installazioni | 237,618 |
Versione Corrente | 1.0.8 |
Ultimo Aggiornamento | 2022-05-21 |
Data di Pubblicazione | 2019-10-10 |
Valutazione | 4.21/5 Totale 189 Valutazioni |
Sviluppatore | hoxx.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://hoxx.com/privacy-policy |
Lingue Supportate | 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" ] } } |