White Youtube Theater

Simply turns the ugly black theater background on youtube videos into a white one.

¿Qué es White Youtube Theater?

White Youtube Theater es una extensión de Chrome desarrollada por Matty, y su función principal es "Simply turns the ugly black theater background on youtube videos into a white one.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión White Youtube Theater

Descarga archivos de extensión White Youtube Theater 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

                        Replaces the ugly black strips beside YouTube videos when in Theater mode with nice white ones.                    

Información Básica de la Extensión

Nombre White Youtube Theater White Youtube Theater
ID jhiplojahdcbafccnhpgloocikmommgi
URL Oficial https://chromewebstore.google.com/detail/white-youtube-theater/jhiplojahdcbafccnhpgloocikmommgi
Descripción Simply turns the ugly black theater background on youtube videos into a white one.
Tamaño del Archivo 11.65 KB
Cantidad de Instalaciones 29
Versión Actual 0.0.2
Última Actualización 2017-08-12
Fecha de Publicación 2017-08-11
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador Matty
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "White Youtube Theater",
    "version": "0.0.2",
    "description": "Simply turns the ugly black theater background on youtube videos into a white one.",
    "icons": {
        "64": "icon64.png"
    },
    "author": "Matty",
    "browser_action": {
        "default_icon": "icon64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*",
                "http:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}