Pitch Black - Hide Browser Content

Hide browser content when the mouse is navigated away

Wat is Pitch Black - Hide Browser Content?

Pitch Black - Hide Browser Content is een Chrome-extensie ontwikkeld door https://trafikant.pro, en de belangrijkste functie is "Hide browser content when the mouse is navigated away".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Pitch Black - Hide Browser Content

Download Pitch Black - Hide Browser Content-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

                        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.                    

Basisinformatie over de Extensie

Naam Pitch Black - Hide Browser Content Pitch Black - Hide Browser Content
ID hkghdpialafoejaglhifhlahialablmb
Officiële URL https://chromewebstore.google.com/detail/pitch-black-hide-browser/hkghdpialafoejaglhifhlahialablmb
Beschrijving Hide browser content when the mouse is navigated away
Bestandsgrootte 87.94 KB
Aantal Installaties 260
Huidige Versie 1.4
Laatst Bijgewerkt 2022-11-10
Publicatiedatum 2020-08-03
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://trafikant.pro
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://trafikant.pro/privacy-policy
Ondersteunde Talen 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
}