Bigger Theater Mode

Increases the size of YouTube's Theater mode.

Cos'è Bigger Theater Mode?

Bigger Theater Mode è un'estensione di Chrome sviluppata da https://ggg.contact, e la sua funzione principale è "Increases the size of YouTube's Theater mode.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Bigger Theater Mode

Scarica i file di estensione Bigger Theater Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Bigger Theater Mode Bigger Theater Mode
ID ihlcabcdmmeaglhbhlldnibjjpbddfgi
URL Ufficiale https://chromewebstore.google.com/detail/bigger-theater-mode/ihlcabcdmmeaglhbhlldnibjjpbddfgi
Descrizione Increases the size of YouTube's Theater mode.
Dimensione del File 16.14 KB
Conteggio Installazioni 885
Versione Corrente 0.0.0.8
Ultimo Aggiornamento 2024-03-01
Data di Pubblicazione 2019-11-07
Valutazione 4.30/5 Totale 40 Valutazioni
Sviluppatore https://ggg.contact
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}