Pitch Black - Hide Browser Content

Hide browser content when the mouse is navigated away

ما هو Pitch Black - Hide Browser Content؟

Pitch Black - Hide Browser Content هو إضافة Chrome تم تطويرها بواسطة https://trafikant.pro، والميزة الرئيسية لها هي "Hide browser content when the mouse is navigated away".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Pitch Black - Hide Browser Content

قم بتنزيل ملفات الامتداد Pitch Black - Hide Browser Content بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Hide any Chrome window content when mouse navigates away. Perfect for multi-screen users who wish to secure their open and unused Chrome windows while working on others.
Important: After the installation, click the extension icon, activate it and choose your darkness level.                    

معلومات أساسية عن التمديد

الاسم Pitch Black - Hide Browser Content Pitch Black - Hide Browser Content
ID hkghdpialafoejaglhifhlahialablmb
عنوان URL الرسمي https://chromewebstore.google.com/detail/pitch-black-hide-browser/hkghdpialafoejaglhifhlahialablmb
الوصف Hide browser content when the mouse is navigated away
حجم الملف 87.94 KB
عدد التثبيتات 260
النسخة الحالية 1.4
آخر تحديث 2022-11-10
تاريخ النشر 2020-08-03
تقييم 4.00/5 مجموع تقييمات 4
المطور https://trafikant.pro
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://trafikant.pro/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pitch Black - Hide Browser Content",
    "version": "1.4",
    "description": "Hide browser content when the mouse is navigated away",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "constant.js",
                "content-scripts\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_title": "Darken page on unfocus",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "manifest_version": 2
}