Black Out

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

O que é Black Out?

Black Out é uma extensão do Chrome desenvolvida por gillstrom, e sua principal característica é "Make your screen dark while casting a tab to a Chromecast.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Black Out

Baixe arquivos de extensão Black Out no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Black Out Black Out
ID gepmpjdejgblofalijabkjdmicebgcih
URL Oficial https://chrome.google.com/webstore/detail/black-out/gepmpjdejgblofalijabkjdmicebgcih
Descrição Make your screen dark while casting a tab to a Chromecast.
Tamanho do Arquivo 87.23 KB
Contagem de Instalações 333
Versão Atual 0.0.0.2
Última Atualização 2014-04-28
Data de Publicação 2014-04-28
Classificação 4.82/5 Total de 11 Avaliações
Desenvolvedor gillstrom
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda http://andreasgillstrom.se
Idiomas Suportados 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:\/\/*\/*"
    ]
}