Battery Stats Blocker

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

Что такое Battery Stats Blocker?

Battery Stats Blocker - это расширение Chrome, разработанное Secure Network Srl, и его основная функция - "Prevents identification of your device by blocking access to the 'navigator.getBattery' HTML5 API".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Battery Stats Blocker

Скачайте файлы расширений Battery Stats Blocker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Battery Stats Blocker Battery Stats Blocker
ID ipnhjcbcehbfegjclcafljcibaoocphl
Официальный URL https://chrome.google.com/webstore/detail/battery-stats-blocker/ipnhjcbcehbfegjclcafljcibaoocphl
Описание Prevents identification of your device by blocking access to the 'navigator.getBattery' HTML5 API
Размер файла 196 KB
Количество установок 13
Текущая Версия 0.1
Последнее Обновление 2016-08-11
Дата публикации 2016-08-11
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Secure Network Srl
Тип оплаты free
Официальный сайт расширения https://www.securenetwork.it
URL страницы помощи https://github.com/ErosLever/Chrome-Battery-Stats-Blocker
Поддерживаемые языки 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
}