WebRTC Leak Prevent

Prevent WebRTC leaks using the official API.

O que é WebRTC Leak Prevent?

WebRTC Leak Prevent é uma extensão do Chrome desenvolvida por Aaron Horler, e sua principal característica é "Prevent WebRTC leaks using the official API.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão WebRTC Leak Prevent

Baixe arquivos de extensão WebRTC Leak Prevent 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

                        Prevent WebRTC leaks in Chrome by controlling hidden WebRTC privacy settings.

This will protect against WebRTC leaks.

Test for leaks here - https://diafygi.github.io/webrtc-ips/

Compatible only with Chrome version 42+, and Chromium browsers based on 42+. Newer options require at least Chrome version 48.

ISSUES/CLARIFICATION

WebRTC-based services may be affected by this extension.

Please open the options page and read the instructions before leaving a review.

GitHub source - https://github.com/aghorler/WebRTC-Leak-Prevent

CHANGELOG
1.0.13/14 - Save options automatically.
1.0.12 - Bind open options functionality to toolbar icon.
1.0.11 - Options now open automatically on first install, new description.                    

Informações Básicas da Extensão

Nome WebRTC Leak Prevent WebRTC Leak Prevent
ID eiadekoaikejlgdbkbdfeijglgfdalml
URL Oficial https://chromewebstore.google.com/detail/webrtc-leak-prevent/eiadekoaikejlgdbkbdfeijglgfdalml
Descrição Prevent WebRTC leaks using the official API.
Tamanho do Arquivo 16.78 KB
Contagem de Instalações 95,787
Versão Atual 1.0.14
Última Atualização 2021-06-14
Data de Publicação 2018-05-16
Classificação 3.98/5 Total de 310 Avaliações
Desenvolvedor Aaron Horler
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/aghorler/WebRTC-Leak-Prevent
URL da Página de Ajuda https://github.com/aghorler/WebRTC-Leak-Prevent/blob/master/DOCUMENTATION.md
URL da Página de Política de Privacidade https://aaronhorler.com/privacy.txt
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebRTC Leak Prevent",
    "version": "1.0.14",
    "description": "Prevent WebRTC leaks using the official API.",
    "icons": {
        "128": "\/img\/icon128.png"
    },
    "browser_action": {
        "name": "Open options."
    },
    "options_ui": {
        "page": "\/html\/options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "minimum_chrome_version": "42",
    "permissions": [
        "privacy",
        "storage"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    }
}