Bigger Theater Mode

Increases the size of YouTube's Theater mode.

¿Qué es Bigger Theater Mode?

Bigger Theater Mode es una extensión de Chrome desarrollada por https://ggg.contact, y su función principal es "Increases the size of YouTube's Theater mode.".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión Bigger Theater Mode

Descarga archivos de extensión Bigger Theater Mode 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

                        Do you want YouTube™ videos to show up bigger, but still be able to see other useful information on your desktop? Are you tired of how useless Theater Mode currently is? Do you want to focus on the video your currently watching instead of being distracted by what's "recommended?"

Then, you should try this extension! With this small CSS tweak, your videos will be larger and easier to view in the browser. 

Happy viewing!                    

Información Básica de la Extensión

Nombre Bigger Theater Mode Bigger Theater Mode
ID ihlcabcdmmeaglhbhlldnibjjpbddfgi
URL Oficial https://chromewebstore.google.com/detail/bigger-theater-mode/ihlcabcdmmeaglhbhlldnibjjpbddfgi
Descripción Increases the size of YouTube's Theater mode.
Tamaño del Archivo 16.14 KB
Cantidad de Instalaciones 885
Versión Actual 0.0.0.8
Última Actualización 2024-03-01
Fecha de Publicación 2019-11-07
Calificación 4.30/5 Total de 40 Calificaciones
Desarrollador https://ggg.contact
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bigger Theater Mode",
    "version": "0.0.0.8",
    "description": "Increases the size of YouTube's Theater mode.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "BiggerTheaterMode.css"
            ]
        }
    ],
    "manifest_version": 3
}