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
Eメール [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
}