Battery Stats Blocker

Prevents identification of your device by blocking access to the 'navigator.getBattery' HTML5 API

O que é Battery Stats Blocker?

Battery Stats Blocker é uma extensão do Chrome desenvolvida por Secure Network Srl, e sua principal característica é "Prevents identification of your device by blocking access to the 'navigator.getBattery' HTML5 API".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Battery Stats Blocker

Baixe arquivos de extensão Battery Stats Blocker 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

                        Prevents identification of your device by blocking access to the Chrome 'navigator.getBattery' HTML5 APIs                    

Informações Básicas da Extensão

Nome Battery Stats Blocker Battery Stats Blocker
ID ipnhjcbcehbfegjclcafljcibaoocphl
URL Oficial https://chrome.google.com/webstore/detail/battery-stats-blocker/ipnhjcbcehbfegjclcafljcibaoocphl
Descrição Prevents identification of your device by blocking access to the 'navigator.getBattery' HTML5 API
Tamanho do Arquivo 196 KB
Contagem de Instalações 13
Versão Atual 0.1
Última Atualização 2016-08-11
Data de Publicação 2016-08-11
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Secure Network Srl
Tipo de Pagamento free
Site da Extensão https://www.securenetwork.it
URL da Página de Ajuda https://github.com/ErosLever/Chrome-Battery-Stats-Blocker
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Battery Stats Blocker",
    "version": "0.1",
    "icons": {
        "16": "\/img\/icons\/icon_16.png",
        "48": "\/img\/icons\/icon_48.png",
        "128": "\/img\/icons\/icon_128.png"
    },
    "description": "Prevents identification of your device by blocking access to the 'navigator.getBattery' HTML5 API",
    "permissions": [],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "\/js\/content_script.js"
            ]
        }
    ],
    "manifest_version": 2
}