Battery Stats Blocker

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

Qu'est-ce que Battery Stats Blocker ?

Battery Stats Blocker est une extension Chrome développée par Secure Network Srl, et sa fonction principale est "Prevents identification of your device by blocking access to the 'navigator.getBattery' HTML5 API".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Battery Stats Blocker

Téléchargez les fichiers d'extension Battery Stats Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Battery Stats Blocker Battery Stats Blocker
ID ipnhjcbcehbfegjclcafljcibaoocphl
URL Officiel https://chrome.google.com/webstore/detail/battery-stats-blocker/ipnhjcbcehbfegjclcafljcibaoocphl
Description Prevents identification of your device by blocking access to the 'navigator.getBattery' HTML5 API
Taille du Fichier 196 KB
Nombre d'Installations 13
Version Actuelle 0.1
Dernière Mise à Jour 2016-08-11
Date de Publication 2016-08-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur Secure Network Srl
Type de Paiement free
Site Web de l'Extension https://www.securenetwork.it
URL de la Page d'Aide https://github.com/ErosLever/Chrome-Battery-Stats-Blocker
Langues Prises en Charge 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
}