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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
}