PrivacyScreen

Hide HTML Body while mouse not hovering over window

Wat is PrivacyScreen?

PrivacyScreen is een Chrome-extensie ontwikkeld door https://wpooley.com, en de belangrijkste functie is "Hide HTML Body while mouse not hovering over window".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie PrivacyScreen

Download PrivacyScreen-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam PrivacyScreen PrivacyScreen
ID bndclkkabaajpgnfimggpjkjbocchjco
Officiële URL https://chromewebstore.google.com/detail/privacyscreen/bndclkkabaajpgnfimggpjkjbocchjco
Beschrijving Hide HTML Body while mouse not hovering over window
Bestandsgrootte 38.07 KB
Aantal Installaties 521
Huidige Versie 1.2
Laatst Bijgewerkt 2018-05-02
Publicatiedatum 2018-05-02
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://wpooley.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}