Battery Stats Blocker

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

Co to jest Battery Stats Blocker?

Battery Stats Blocker to rozszerzenie Chrome opracowane przez Secure Network Srl, a jego główną funkcją jest „Prevents identification of your device by blocking access to the 'navigator.getBattery' HTML5 API”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Battery Stats Blocker

Pobierz pliki rozszerzeń Battery Stats Blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Battery Stats Blocker Battery Stats Blocker
ID ipnhjcbcehbfegjclcafljcibaoocphl
Oficjalny URL https://chrome.google.com/webstore/detail/battery-stats-blocker/ipnhjcbcehbfegjclcafljcibaoocphl
Opis Prevents identification of your device by blocking access to the 'navigator.getBattery' HTML5 API
Rozmiar pliku 196 KB
Liczba instalacji 13
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2016-08-11
Data Publikacji 2016-08-11
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Secure Network Srl
Typ Płatności free
Strona Rozszerzenia https://www.securenetwork.it
Adres URL Strony Pomocy https://github.com/ErosLever/Chrome-Battery-Stats-Blocker
Obsługiwane Języki 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
}