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
公式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
Eメール [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:\/\/*\/*"
    ]
}