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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prevents identification of your device by blocking access to the 'navigator.getBattery' HTML5 API"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Battery Stats Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}