Lightsoff

Turn all youtube into the dark but leaving the video you are watching, visible.

O que é Lightsoff?

Lightsoff é uma extensão do Chrome desenvolvida por Denis Ciccale, e sua principal característica é "Turn all youtube into the dark but leaving the video you are watching, visible.".

Baixar o arquivo CRX da Extensão Lightsoff

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

                        Turn all youtube into the dark but leaving the video you are watching, visible.                    

Informações Básicas da Extensão

Nome Lightsoff Lightsoff
ID bjdkpnibhhhelepfmnknbkifbogllcpp
URL Oficial https://chrome.google.com/webstore/detail/lightsoff/bjdkpnibhhhelepfmnknbkifbogllcpp
Descrição Turn all youtube into the dark but leaving the video you are watching, visible.
Tamanho do Arquivo 86.22 KB
Contagem de Instalações 38
Versão Atual 1.0.2
Última Atualização 2017-04-18
Data de Publicação 2017-04-18
Classificação 1.67/5 Total de 6 Avaliações
Desenvolvedor Denis Ciccale
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lightsoff",
    "description": "Turn all youtube into the dark but leaving the video you are watching, visible.",
    "version": "1.0.2",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "lightsoff.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "css": [
                "lightsoff.css"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/watch*",
                "https:\/\/*.youtube.com\/watch*"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Toggle Lightsoff",
        "default_icon": "icon128.png"
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}