Easy WebRTC Block

The easiest way to prevent WebRTC Leaks

Vad är Easy WebRTC Block?

Easy WebRTC Block är en Chrome-tillägg utvecklad av https://www.srware.net, och dess huvudfunktion är "The easiest way to prevent WebRTC Leaks".

Tilläggsskärmbilder

screenshot

Ladda ner Easy WebRTC Block-förlängningens CRX-fil

Ladda ner Easy WebRTC Block-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Easy WebRTC Block Easy WebRTC Block
ID cmjcmogcdofcljpojplgmfpheblcaehh
Officiell webbadress https://chromewebstore.google.com/detail/easy-webrtc-block/cmjcmogcdofcljpojplgmfpheblcaehh
Beskrivning The easiest way to prevent WebRTC Leaks
Filstorlek 18.88 KB
Antal Installationer 15,252
Aktuell Version 1.1.0
Senast Uppdaterad 2017-01-18
Publiceringsdatum 2017-01-18
Betyg 3.85/5 Totalt 41 Betyg
Utvecklare https://www.srware.net
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.srware.net/forum/viewtopic.php?f=18&t=11893
Hjälpsida URL http://www.srware.net/forum/viewtopic.php?f=18&t=11893
Stödda Språk 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
    }
}