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
官方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/
隐私政策页面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"
    }
}