Privacy Screen and Security Blur

Enhance Privacy and Security by Automatically Blurring Pages

什麼是Privacy Screen and Security Blur?

Privacy Screen and Security Blur是由https://sysar.ch開發的Chrome擴展程式,該擴展的主要功能是“Enhance Privacy and Security by Automatically Blurring Pages”。

擴展截圖

screenshot
screenshot

下載Privacy Screen and Security Blur擴展crx文件

下載Privacy Screen and Security Blur擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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/
隱私政策頁面URL 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"
    }
}