PrivacyScreen

Hide HTML Body while mouse not hovering over window

What is PrivacyScreen?

PrivacyScreen is a Chrome extension developed by https://wpooley.com, and its main feature is "Hide HTML Body while mouse not hovering over window".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download PrivacyScreen Extension CRX File

Download PrivacyScreen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PrivacyScreen PrivacyScreen
ID bndclkkabaajpgnfimggpjkjbocchjco
Official URL https://chromewebstore.google.com/detail/privacyscreen/bndclkkabaajpgnfimggpjkjbocchjco
Description Hide HTML Body while mouse not hovering over window
File Size 38.07 KB
Installation Count 521
Current Version 1.2
Last Updated 2018-05-02
Publish Date 2018-05-02
Rating 5.00/5 Total 2 Ratings
Developer https://wpooley.com
Email [email protected]
Payment Type free
Supported Languages 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": [
                ""
            ]
        }
    ]
}