PrivacyScreen

Hide HTML Body while mouse not hovering over window

Qu'est-ce que PrivacyScreen ?

PrivacyScreen est une extension Chrome développée par https://wpooley.com, et sa fonction principale est "Hide HTML Body while mouse not hovering over window".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension PrivacyScreen

Téléchargez les fichiers d'extension PrivacyScreen au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PrivacyScreen PrivacyScreen
ID bndclkkabaajpgnfimggpjkjbocchjco
URL Officiel https://chromewebstore.google.com/detail/privacyscreen/bndclkkabaajpgnfimggpjkjbocchjco
Description Hide HTML Body while mouse not hovering over window
Taille du Fichier 38.07 KB
Nombre d'Installations 521
Version Actuelle 1.2
Dernière Mise à Jour 2018-05-02
Date de Publication 2018-05-02
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://wpooley.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}