Battery Stats Blocker

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

Apa itu Battery Stats Blocker?

Battery Stats Blocker adalah ekstensi Chrome yang dikembangkan oleh Secure Network Srl, dan fitur utamanya adalah "Prevents identification of your device by blocking access to the 'navigator.getBattery' HTML5 API".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Battery Stats Blocker

Unduh file ekstensi Battery Stats Blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Battery Stats Blocker Battery Stats Blocker
ID ipnhjcbcehbfegjclcafljcibaoocphl
URL Resmi https://chrome.google.com/webstore/detail/battery-stats-blocker/ipnhjcbcehbfegjclcafljcibaoocphl
Deskripsi Prevents identification of your device by blocking access to the 'navigator.getBattery' HTML5 API
Ukuran File 196 KB
Jumlah Instalasi 13
Versi Saat Ini 0.1
Terakhir Diperbarui 2016-08-11
Tanggal Publikasi 2016-08-11
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Secure Network Srl
Tipe Pembayaran free
Situs Ekstensi https://www.securenetwork.it
URL Halaman Bantuan https://github.com/ErosLever/Chrome-Battery-Stats-Blocker
Bahasa yang Didukung 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
}