Black Out

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

什麼是Black Out?

Black Out是由gillstrom開發的Chrome擴展程式,該擴展的主要功能是“Make your screen dark while casting a tab to a Chromecast.”。

擴展截圖

screenshot

下載Black Out擴展crx文件

下載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
官方網址 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:\/\/*\/*"
    ]
}