Pitch Black - Hide Browser Content

Hide browser content when the mouse is navigated away

Cos'è Pitch Black - Hide Browser Content?

Pitch Black - Hide Browser Content è un'estensione di Chrome sviluppata da https://trafikant.pro, e la sua funzione principale è "Hide browser content when the mouse is navigated away".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Pitch Black - Hide Browser Content

Scarica i file di estensione Pitch Black - Hide Browser Content in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pitch Black - Hide Browser Content Pitch Black - Hide Browser Content
ID hkghdpialafoejaglhifhlahialablmb
URL Ufficiale https://chromewebstore.google.com/detail/pitch-black-hide-browser/hkghdpialafoejaglhifhlahialablmb
Descrizione Hide browser content when the mouse is navigated away
Dimensione del File 87.94 KB
Conteggio Installazioni 260
Versione Corrente 1.4
Ultimo Aggiornamento 2022-11-10
Data di Pubblicazione 2020-08-03
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore https://trafikant.pro
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://trafikant.pro/privacy-policy
Lingue Supportate 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
}