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
}