Battery Stats Blocker

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

What is Battery Stats Blocker?

Battery Stats Blocker is a Chrome extension developed by Secure Network Srl, and its main feature is "Prevents identification of your device by blocking access to the 'navigator.getBattery' HTML5 API".

Extension Screenshots

screenshot

Download Battery Stats Blocker Extension CRX File

Download Battery Stats Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Battery Stats Blocker Battery Stats Blocker
ID ipnhjcbcehbfegjclcafljcibaoocphl
Official URL 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
File Size 196 KB
Installation Count 13
Current Version 0.1
Last Updated 2016-08-11
Publish Date 2016-08-11
Rating 5.00/5 Total 1 Ratings
Developer Secure Network Srl
Payment Type free
Extension Website https://www.securenetwork.it
Help Page URL https://github.com/ErosLever/Chrome-Battery-Stats-Blocker
Supported Languages 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
}