Pitch Black - Hide Browser Content

Hide browser content when the mouse is navigated away

Apa itu Pitch Black - Hide Browser Content?

Pitch Black - Hide Browser Content adalah ekstensi Chrome yang dikembangkan oleh https://trafikant.pro, dan fitur utamanya adalah "Hide browser content when the mouse is navigated away".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Pitch Black - Hide Browser Content

Unduh file ekstensi Pitch Black - Hide Browser Content dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Pitch Black - Hide Browser Content Pitch Black - Hide Browser Content
ID hkghdpialafoejaglhifhlahialablmb
URL Resmi https://chromewebstore.google.com/detail/pitch-black-hide-browser/hkghdpialafoejaglhifhlahialablmb
Deskripsi Hide browser content when the mouse is navigated away
Ukuran File 87.94 KB
Jumlah Instalasi 260
Versi Saat Ini 1.4
Terakhir Diperbarui 2022-11-10
Tanggal Publikasi 2020-08-03
Penilaian 4.00/5 Total 4 Penilaian
Pengembang https://trafikant.pro
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://trafikant.pro/privacy-policy
Bahasa yang Didukung 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
}