Pitch Black - Hide Browser Content

Hide browser content when the mouse is navigated away

Pitch Black - Hide Browser Contentคืออะไร?

Pitch Black - Hide Browser Content เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trafikant.pro และคุณลักษณะหลักของมันคือ "Hide browser content when the mouse is navigated away"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pitch Black - Hide Browser Content

ดาวน์โหลดไฟล์ส่วนขยาย 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
}