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
官方網址 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
}