Pitch Black - Hide Browser Content

Hide browser content when the mouse is navigated away

Qu'est-ce que Pitch Black - Hide Browser Content ?

Pitch Black - Hide Browser Content est une extension Chrome développée par https://trafikant.pro, et sa fonction principale est "Hide browser content when the mouse is navigated away".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pitch Black - Hide Browser Content

Téléchargez les fichiers d'extension Pitch Black - Hide Browser Content 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

                        Hide any Chrome window content when mouse navigates away. Perfect for multi-screen users who wish to secure their open and unused Chrome windows while working on others.
Important: After the installation, click the extension icon, activate it and choose your darkness level.                    

Informations de Base sur l'Extension

Nom Pitch Black - Hide Browser Content Pitch Black - Hide Browser Content
ID hkghdpialafoejaglhifhlahialablmb
URL Officiel https://chromewebstore.google.com/detail/pitch-black-hide-browser/hkghdpialafoejaglhifhlahialablmb
Description Hide browser content when the mouse is navigated away
Taille du Fichier 87.94 KB
Nombre d'Installations 260
Version Actuelle 1.4
Dernière Mise à Jour 2022-11-10
Date de Publication 2020-08-03
Évaluation 4.00/5 Total 4 Évaluations
Développeur https://trafikant.pro
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://trafikant.pro/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pitch Black - Hide Browser Content",
    "version": "1.4",
    "description": "Hide browser content when the mouse is navigated away",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "constant.js",
                "content-scripts\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_title": "Darken page on unfocus",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "manifest_version": 2
}