Black Out

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

What is Black Out?

Black Out is a Chrome extension developed by gillstrom, and its main feature is "Make your screen dark while casting a tab to a Chromecast.".

Extension Screenshots

screenshot

Download Black Out Extension CRX File

Download Black Out extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Black Out Black Out
ID gepmpjdejgblofalijabkjdmicebgcih
Official URL https://chrome.google.com/webstore/detail/black-out/gepmpjdejgblofalijabkjdmicebgcih
Description Make your screen dark while casting a tab to a Chromecast.
File Size 87.23 KB
Installation Count 333
Current Version 0.0.0.2
Last Updated 2014-04-28
Publish Date 2014-04-28
Rating 4.82/5 Total 11 Ratings
Developer gillstrom
Email [email protected]
Payment Type free
Help Page URL http://andreasgillstrom.se
Supported Languages 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:\/\/*\/*"
    ]
}