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
官方網址 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
}