Battery Stats Blocker

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

什么是Battery Stats Blocker?

Battery Stats Blocker是由Secure Network Srl开发的Chrome扩展程序,该扩展的主要功能是“Prevents identification of your device by blocking access to the 'navigator.getBattery' HTML5 API”。

扩展截图

screenshot

下载Battery Stats Blocker扩展crx文件

下载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
}