TubeLight

TubeLight - Make background darker while playing YouTube videos.

O que é TubeLight?

TubeLight é uma extensão do Chrome desenvolvida por https://www.refearn.com, e sua principal característica é "TubeLight - Make background darker while playing YouTube videos.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão TubeLight

Baixe arquivos de extensão TubeLight 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

                        Love watching Youtube  Videos on your PC?

Now add to chrome Tubelight extension, and get theatre-wali feeling while watching your favourite shows!!                    

Informações Básicas da Extensão

Nome TubeLight TubeLight
ID dkappdiiieiomfpfgpigmfnhejpgigmo
URL Oficial https://chrome.google.com/webstore/detail/tubelight/dkappdiiieiomfpfgpigmfnhejpgigmo
Descrição TubeLight - Make background darker while playing YouTube videos.
Tamanho do Arquivo 78.69 KB
Contagem de Instalações 40
Versão Atual 1.0.3
Última Atualização 2017-06-09
Data de Publicação 2017-06-09
Classificação 3.83/5 Total de 6 Avaliações
Desenvolvedor https://www.refearn.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.refearn.com/privacy-policy.php
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TubeLight",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "TubeLight - Make background darker while playing YouTube videos.",
    "icons": {
        "16": "TubeLight_19.png",
        "48": "TubeLight_48.png",
        "128": "TubeLight_128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "TubeLight - Make background darker while playing YouTube videos.",
        "default_icon": "TubeLight_19_grey.png"
    },
    "permissions": [
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/www.google.com\/"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "css": [
                "appStyle.css"
            ],
            "js": [
                "jquery.js"
            ]
        }
    ]
}