PrivacyScreen

Hide HTML Body while mouse not hovering over window

Co je PrivacyScreen?

PrivacyScreen je rozšíření Chrome vyvinuté https://wpooley.com, a jeho hlavní funkcí je „Hide HTML Body while mouse not hovering over window“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření PrivacyScreen

Stáhněte si soubory rozšíření PrivacyScreen ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název PrivacyScreen PrivacyScreen
ID bndclkkabaajpgnfimggpjkjbocchjco
Oficiální URL https://chromewebstore.google.com/detail/privacyscreen/bndclkkabaajpgnfimggpjkjbocchjco
Popis Hide HTML Body while mouse not hovering over window
Velikost souboru 38.07 KB
Počet instalací 521
Aktuální Verze 1.2
Poslední Aktualizace 2018-05-02
Datum Vydání 2018-05-02
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://wpooley.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}