Battery Stats Blocker

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

Cos'è Battery Stats Blocker?

Battery Stats Blocker è un'estensione di Chrome sviluppata da Secure Network Srl, e la sua funzione principale è "Prevents identification of your device by blocking access to the 'navigator.getBattery' HTML5 API".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Battery Stats Blocker

Scarica i file di estensione Battery Stats Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Battery Stats Blocker Battery Stats Blocker
ID ipnhjcbcehbfegjclcafljcibaoocphl
URL Ufficiale https://chrome.google.com/webstore/detail/battery-stats-blocker/ipnhjcbcehbfegjclcafljcibaoocphl
Descrizione Prevents identification of your device by blocking access to the 'navigator.getBattery' HTML5 API
Dimensione del File 196 KB
Conteggio Installazioni 13
Versione Corrente 0.1
Ultimo Aggiornamento 2016-08-11
Data di Pubblicazione 2016-08-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Secure Network Srl
Tipo di Pagamento free
Sito Web dell'Estensione https://www.securenetwork.it
URL della Pagina di Aiuto https://github.com/ErosLever/Chrome-Battery-Stats-Blocker
Lingue Supportate 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
}