Lightsoff

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

¿Qué es Lightsoff?

Lightsoff es una extensión de Chrome desarrollada por Denis Ciccale, y su función principal es "Turn all youtube into the dark but leaving the video you are watching, visible.".

Descargar Archivo CRX de la Extensión Lightsoff

Descarga archivos de extensión Lightsoff en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Lightsoff Lightsoff
ID bjdkpnibhhhelepfmnknbkifbogllcpp
URL Oficial https://chrome.google.com/webstore/detail/lightsoff/bjdkpnibhhhelepfmnknbkifbogllcpp
Descripción Turn all youtube into the dark but leaving the video you are watching, visible.
Tamaño del Archivo 86.22 KB
Cantidad de Instalaciones 38
Versión Actual 1.0.2
Última Actualización 2017-04-18
Fecha de Publicación 2017-04-18
Calificación 1.67/5 Total de 6 Calificaciones
Desarrollador Denis Ciccale
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}