Privacy Screen and Security Blur

Enhance Privacy and Security by Automatically Blurring Pages

ما هو Privacy Screen and Security Blur؟

Privacy Screen and Security Blur هو إضافة Chrome تم تطويرها بواسطة https://sysar.ch، والميزة الرئيسية لها هي "Enhance Privacy and Security by Automatically Blurring Pages".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Privacy Screen and Security Blur

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

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

                        This extension will automatically blur chrome screens.  There are two modes to choose from.  When set to timer mode, you can select how many minutes of inactivity to wait before blurring the screen.  When set to hover mode, the screen will automatically blur when your mouse leaves the page. 

Privacy Screen and Security Blur is great for legal, healthcare, and other professionals who deal with sensitive data.

It's also great for everyday users that just want to protect their privacy.                    

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

الاسم Privacy Screen and Security Blur Privacy Screen and Security Blur
ID bdcmimoaamiebegembfipeegejikilha
عنوان URL الرسمي https://chromewebstore.google.com/detail/privacy-screen-and-securi/bdcmimoaamiebegembfipeegejikilha
الوصف Enhance Privacy and Security by Automatically Blurring Pages
حجم الملف 1.37 MB
عدد التثبيتات 583
النسخة الحالية 0.1
آخر تحديث 2020-11-24
تاريخ النشر 2020-11-23
تقييم 5.00/5 مجموع تقييمات 2
المطور https://sysar.ch
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://sysar.ch/screen-security/
عنوان صفحة سياسة الخصوصية https://socialerase.net/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Privacy Screen and Security Blur",
    "short_name": "Privacy Screen",
    "description": "Enhance Privacy and Security by Automatically Blurring Pages",
    "permissions": [
        "activeTab",
        "identity",
        "identity.email",
        "storage"
    ],
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Privacy Screen",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "16.png",
            "32": "32.png",
            "48": "48.png",
            "128": "128.png",
            "150": "150.png",
            "512": "512.png"
        }
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png",
        "150": "150.png",
        "512": "512.png"
    }
}