Pitch Black - Hide Browser Content

Hide browser content when the mouse is navigated away

Co to jest Pitch Black - Hide Browser Content?

Pitch Black - Hide Browser Content to rozszerzenie Chrome opracowane przez https://trafikant.pro, a jego główną funkcją jest „Hide browser content when the mouse is navigated away”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Pitch Black - Hide Browser Content

Pobierz pliki rozszerzeń Pitch Black - Hide Browser Content w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pitch Black - Hide Browser Content Pitch Black - Hide Browser Content
ID hkghdpialafoejaglhifhlahialablmb
Oficjalny URL https://chromewebstore.google.com/detail/pitch-black-hide-browser/hkghdpialafoejaglhifhlahialablmb
Opis Hide browser content when the mouse is navigated away
Rozmiar pliku 87.94 KB
Liczba instalacji 260
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2022-11-10
Data Publikacji 2020-08-03
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper https://trafikant.pro
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://trafikant.pro/privacy-policy
Obsługiwane Języki 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
}