Black Out

Make your screen dark while casting a tab to a Chromecast.

Black Outคืออะไร?

Black Out เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gillstrom และคุณลักษณะหลักของมันคือ "Make your screen dark while casting a tab to a Chromecast."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Black Out

ดาวน์โหลดไฟล์ส่วนขยาย Black Out ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Make your TV dark in a click while casting a tab to a Chromecast. Restore the screen with a click on the dark tab or the icon.

Perfect if you're casting a tab with Spotify, Soundcloud and so on.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Black Out Black Out
ID gepmpjdejgblofalijabkjdmicebgcih
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/black-out/gepmpjdejgblofalijabkjdmicebgcih
คำอธิบาย Make your screen dark while casting a tab to a Chromecast.
ขนาดไฟล์ 87.23 KB
จำนวนการติดตั้ง 333
เวอร์ชันปัจจุบัน 0.0.0.2
อัปเดตครั้งล่าสุด 2014-04-28
วันที่เผยแพร่ 2014-04-28
คะแนน 4.82/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา gillstrom
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://andreasgillstrom.se
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Black Out",
    "description": "Make your screen dark while casting a tab to a Chromecast.",
    "version": "0.0.0.2",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon_128.png"
    },
    "web_accessible_resources": [
        "background.js",
        "background.html",
        "jquery.min.js",
        "dark.js"
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}