Easy WebRTC Block
The easiest way to prevent WebRTC Leaks
Hvad er Easy WebRTC Block?
Easy WebRTC Block er en Chrome-udvidelse udviklet af https://www.srware.net, og dens hovedfunktion er "The easiest way to prevent WebRTC Leaks".
Udvidelsesskærmbilleder
Download Easy WebRTC Block-udvidelses-CRX-fil
Download Easy WebRTC Block-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Easy WebRTC Block |
ID | cmjcmogcdofcljpojplgmfpheblcaehh |
Officiel URL | https://chromewebstore.google.com/detail/easy-webrtc-block/cmjcmogcdofcljpojplgmfpheblcaehh |
Beskrivelse | The easiest way to prevent WebRTC Leaks |
Filstørrelse | 18.88 KB |
Antal Installationer | 15,252 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2017-01-18 |
Udgivelsesdato | 2017-01-18 |
Bedømmelse | 3.85/5 Samlet 41 Bedømmelser |
Udvikler | https://www.srware.net |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.srware.net/forum/viewtopic.php?f=18&t=11893 |
Hjælpeside-URL | http://www.srware.net/forum/viewtopic.php?f=18&t=11893 |
Understøttede Sprog | 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 } } |