Pitch Black - Hide Browser Content

Hide browser content when the mouse is navigated away

What is Pitch Black - Hide Browser Content?

Pitch Black - Hide Browser Content is a Chrome extension developed by https://trafikant.pro, and its main feature is "Hide browser content when the mouse is navigated away".

Extension Screenshots

screenshot
screenshot

Download Pitch Black - Hide Browser Content Extension CRX File

Download Pitch Black - Hide Browser Content extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Pitch Black - Hide Browser Content Pitch Black - Hide Browser Content
ID hkghdpialafoejaglhifhlahialablmb
Official URL https://chromewebstore.google.com/detail/pitch-black-hide-browser/hkghdpialafoejaglhifhlahialablmb
Description Hide browser content when the mouse is navigated away
File Size 87.94 KB
Installation Count 260
Current Version 1.4
Last Updated 2022-11-10
Publish Date 2020-08-03
Rating 4.00/5 Total 4 Ratings
Developer https://trafikant.pro
Email [email protected]
Payment Type free
Privacy Policy Page URL https://trafikant.pro/privacy-policy
Supported Languages 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
}