TubeLight

TubeLight - Make background darker while playing YouTube videos.

¿Qué es TubeLight?

TubeLight es una extensión de Chrome desarrollada por https://www.refearn.com, y su función principal es "TubeLight - Make background darker while playing YouTube videos.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión TubeLight

Descarga archivos de extensión TubeLight 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

                        Love watching Youtube  Videos on your PC?

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

Información Básica de la Extensión

Nombre TubeLight TubeLight
ID dkappdiiieiomfpfgpigmfnhejpgigmo
URL Oficial https://chrome.google.com/webstore/detail/tubelight/dkappdiiieiomfpfgpigmfnhejpgigmo
Descripción TubeLight - Make background darker while playing YouTube videos.
Tamaño del Archivo 78.69 KB
Cantidad de Instalaciones 40
Versión Actual 1.0.3
Última Actualización 2017-06-09
Fecha de Publicación 2017-06-09
Calificación 3.83/5 Total de 6 Calificaciones
Desarrollador https://www.refearn.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.refearn.com/privacy-policy.php
Idiomas Soportados 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"
            ]
        }
    ]
}