Pitch Black - Hide Browser Content

Hide browser content when the mouse is navigated away

什么是Pitch Black - Hide Browser Content?

Pitch Black - Hide Browser Content是由https://trafikant.pro开发的Chrome扩展程序,该扩展的主要功能是“Hide browser content when the mouse is navigated away”。

扩展截图

screenshot
screenshot

下载Pitch Black - Hide Browser Content扩展crx文件

下载Pitch Black - Hide Browser Content扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Pitch Black - Hide Browser Content Pitch Black - Hide Browser Content
ID hkghdpialafoejaglhifhlahialablmb
官方URL https://chromewebstore.google.com/detail/pitch-black-hide-browser/hkghdpialafoejaglhifhlahialablmb
简介 Hide browser content when the mouse is navigated away
文件大小 87.94 KB
安装次数 260
当前版本 1.4
更新时间 2022-11-10
上架时间 2020-08-03
评分 4.00/5 共4次评分
开发者 https://trafikant.pro
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://trafikant.pro/privacy-policy
支持的语言 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
}