PrivacyScreen

Hide HTML Body while mouse not hovering over window

什么是PrivacyScreen?

PrivacyScreen是由https://wpooley.com开发的Chrome扩展程序,该扩展的主要功能是“Hide HTML Body while mouse not hovering over window”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载PrivacyScreen扩展crx文件

下载PrivacyScreen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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": [
                ""
            ]
        }
    ]
}