PrivacyScreen

Hide HTML Body while mouse not hovering over window

ما هو PrivacyScreen؟

PrivacyScreen هو إضافة Chrome تم تطويرها بواسطة https://wpooley.com، والميزة الرئيسية لها هي "Hide HTML Body while mouse not hovering over window".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة PrivacyScreen

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

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

                        Privacy Screen is a Chrome Extension that hides HTML Body while mouse not hovering over window.

Under the configuration, you will be able to choose the mode in which the extension operates (blacklist/whitelist)
With blacklist mode, site you enter to the blacklist will be hidden when your mouse is not over the window. In whitelist mode is the opposite of blacklist, and will apply the privacy screen to all sites, except the ones entered into the whitelist.                    

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

الاسم PrivacyScreen PrivacyScreen
ID bndclkkabaajpgnfimggpjkjbocchjco
عنوان URL الرسمي https://chromewebstore.google.com/detail/privacyscreen/bndclkkabaajpgnfimggpjkjbocchjco
الوصف Hide HTML Body while mouse not hovering over window
حجم الملف 38.07 KB
عدد التثبيتات 521
النسخة الحالية 1.2
آخر تحديث 2018-05-02
تاريخ النشر 2018-05-02
تقييم 5.00/5 مجموع تقييمات 2
المطور https://wpooley.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PrivacyScreen",
    "description": "Hide HTML Body while mouse not hovering over window",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}