Pitch Black - Hide Browser Content

Hide browser content when the mouse is navigated away

Vad är Pitch Black - Hide Browser Content?

Pitch Black - Hide Browser Content är en Chrome-tillägg utvecklad av https://trafikant.pro, och dess huvudfunktion är "Hide browser content when the mouse is navigated away".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Pitch Black - Hide Browser Content-förlängningens CRX-fil

Ladda ner Pitch Black - Hide Browser Content-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Pitch Black - Hide Browser Content Pitch Black - Hide Browser Content
ID hkghdpialafoejaglhifhlahialablmb
Officiell webbadress https://chromewebstore.google.com/detail/pitch-black-hide-browser/hkghdpialafoejaglhifhlahialablmb
Beskrivning Hide browser content when the mouse is navigated away
Filstorlek 87.94 KB
Antal Installationer 260
Aktuell Version 1.4
Senast Uppdaterad 2022-11-10
Publiceringsdatum 2020-08-03
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare https://trafikant.pro
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://trafikant.pro/privacy-policy
Stödda Språk 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
}