Battery Stats Blocker

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

Hvad er Battery Stats Blocker?

Battery Stats Blocker er en Chrome-udvidelse udviklet af Secure Network Srl, og dens hovedfunktion er "Prevents identification of your device by blocking access to the 'navigator.getBattery' HTML5 API".

Udvidelsesskærmbilleder

screenshot

Download Battery Stats Blocker-udvidelses-CRX-fil

Download Battery Stats Blocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Battery Stats Blocker Battery Stats Blocker
ID ipnhjcbcehbfegjclcafljcibaoocphl
Officiel URL https://chrome.google.com/webstore/detail/battery-stats-blocker/ipnhjcbcehbfegjclcafljcibaoocphl
Beskrivelse Prevents identification of your device by blocking access to the 'navigator.getBattery' HTML5 API
Filstørrelse 196 KB
Antal Installationer 13
Nuværende Version 0.1
Senest Opdateret 2016-08-11
Udgivelsesdato 2016-08-11
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Secure Network Srl
Betalingsmetode free
Udvidelseswebsted https://www.securenetwork.it
Hjælpeside-URL https://github.com/ErosLever/Chrome-Battery-Stats-Blocker
Understøttede Sprog 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
}