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
Eメール [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": [
                ""
            ]
        }
    ]
}