Easy WebRTC Block

The easiest way to prevent WebRTC Leaks

Cos'è Easy WebRTC Block?

Easy WebRTC Block è un'estensione di Chrome sviluppata da https://www.srware.net, e la sua funzione principale è "The easiest way to prevent WebRTC Leaks".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Easy WebRTC Block

Scarica i file di estensione Easy WebRTC Block 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

                        Just install the extensions and WebRTC IP Leaks are stopped. Please get sure to allow it also for Incognito! 

You want to use WebRTC again for a while? Simply disable the extension temporarily.                    

Informazioni di Base sull'Estensione

Nome Easy WebRTC Block Easy WebRTC Block
ID cmjcmogcdofcljpojplgmfpheblcaehh
URL Ufficiale https://chromewebstore.google.com/detail/easy-webrtc-block/cmjcmogcdofcljpojplgmfpheblcaehh
Descrizione The easiest way to prevent WebRTC Leaks
Dimensione del File 18.88 KB
Conteggio Installazioni 15,252
Versione Corrente 1.1.0
Ultimo Aggiornamento 2017-01-18
Data di Pubblicazione 2017-01-18
Valutazione 3.85/5 Totale 41 Valutazioni
Sviluppatore https://www.srware.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.srware.net/forum/viewtopic.php?f=18&t=11893
URL della Pagina di Aiuto http://www.srware.net/forum/viewtopic.php?f=18&t=11893
Lingue Supportate en
manifest.json
{
    "manifest_version": 2,
    "name": "Easy WebRTC Block",
    "version": "1.1.0",
    "description": "The easiest way to prevent WebRTC Leaks",
    "icons": {
        "128": "\/img\/128.png"
    },
    "browser_action": {
        "default_icon": "img\/128.png"
    },
    "minimum_chrome_version": "48",
    "permissions": [
        "privacy"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "http:\/\/www.srware.net\/webrtc_off_url.php",
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    }
}