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
}