Battery Stats Blocker

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

Wat is Battery Stats Blocker?

Battery Stats Blocker is een Chrome-extensie ontwikkeld door Secure Network Srl, en de belangrijkste functie is "Prevents identification of your device by blocking access to the 'navigator.getBattery' HTML5 API".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Battery Stats Blocker

Download Battery Stats Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Battery Stats Blocker Battery Stats Blocker
ID ipnhjcbcehbfegjclcafljcibaoocphl
Officiële URL https://chrome.google.com/webstore/detail/battery-stats-blocker/ipnhjcbcehbfegjclcafljcibaoocphl
Beschrijving Prevents identification of your device by blocking access to the 'navigator.getBattery' HTML5 API
Bestandsgrootte 196 KB
Aantal Installaties 13
Huidige Versie 0.1
Laatst Bijgewerkt 2016-08-11
Publicatiedatum 2016-08-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Secure Network Srl
Betalingswijze free
Extensiewebsite https://www.securenetwork.it
Help Pagina-URL https://github.com/ErosLever/Chrome-Battery-Stats-Blocker
Ondersteunde Talen 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
}