Pitch Black - Hide Browser Content

Hide browser content when the mouse is navigated away

Pitch Black - Hide Browser Content là gì?

Pitch Black - Hide Browser Content là một tiện ích mở rộng Chrome được phát triển bởi https://trafikant.pro, và tính năng chính của nó là "Hide browser content when the mouse is navigated away".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pitch Black - Hide Browser Content

Tải xuống các tệp mở rộng Pitch Black - Hide Browser Content dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pitch Black - Hide Browser Content Pitch Black - Hide Browser Content
ID hkghdpialafoejaglhifhlahialablmb
URL Chính Thức https://chromewebstore.google.com/detail/pitch-black-hide-browser/hkghdpialafoejaglhifhlahialablmb
Mô tả Hide browser content when the mouse is navigated away
Kích Thước Tệp 87.94 KB
Số Lần Cài Đặt 260
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2022-11-10
Ngày Phát Hành 2020-08-03
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://trafikant.pro
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://trafikant.pro/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}