Easy WebRTC Block
The easiest way to prevent WebRTC Leaks
O que é Easy WebRTC Block?
Easy WebRTC Block é uma extensão do Chrome desenvolvida por https://www.srware.net, e sua principal característica é "The easiest way to prevent WebRTC Leaks".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Easy WebRTC Block
Baixe arquivos de extensão Easy WebRTC Block no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Easy WebRTC Block |
ID | cmjcmogcdofcljpojplgmfpheblcaehh |
URL Oficial | https://chromewebstore.google.com/detail/easy-webrtc-block/cmjcmogcdofcljpojplgmfpheblcaehh |
Descrição | The easiest way to prevent WebRTC Leaks |
Tamanho do Arquivo | 18.88 KB |
Contagem de Instalações | 15,252 |
Versão Atual | 1.1.0 |
Última Atualização | 2017-01-18 |
Data de Publicação | 2017-01-18 |
Classificação | 3.85/5 Total de 41 Avaliações |
Desenvolvedor | https://www.srware.net |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.srware.net/forum/viewtopic.php?f=18&t=11893 |
URL da Página de Ajuda | http://www.srware.net/forum/viewtopic.php?f=18&t=11893 |
Idiomas Suportados | 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 } } |