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
官方網址 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": [
                ""
            ]
        }
    ]
}