Battery Stats Blocker

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

Was ist Battery Stats Blocker?

Battery Stats Blocker ist eine Chrome-Erweiterung, die von Secure Network Srl entwickelt wurde, und ihr Hauptmerkmal ist "Prevents identification of your device by blocking access to the 'navigator.getBattery' HTML5 API".

Erweiterungsscreenshots

screenshot

Battery Stats Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Battery Stats Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Battery Stats Blocker Battery Stats Blocker
ID ipnhjcbcehbfegjclcafljcibaoocphl
Offizielle URL https://chrome.google.com/webstore/detail/battery-stats-blocker/ipnhjcbcehbfegjclcafljcibaoocphl
Beschreibung Prevents identification of your device by blocking access to the 'navigator.getBattery' HTML5 API
Dateigröße 196 KB
Installationsanzahl 13
Aktuelle Version 0.1
Letztes Update 2016-08-11
Veröffentlichungsdatum 2016-08-11
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Secure Network Srl
Zahlungsart free
Erweiterungswebsite https://www.securenetwork.it
Hilfeseite URL https://github.com/ErosLever/Chrome-Battery-Stats-Blocker
Unterstützte Sprachen 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
}