Bigger Theater Mode

Increases the size of YouTube's Theater mode.

Wat is Bigger Theater Mode?

Bigger Theater Mode is een Chrome-extensie ontwikkeld door https://ggg.contact, en de belangrijkste functie is "Increases the size of YouTube's Theater mode.".

Extensie Screenshots

Download het CRX-bestand van de extensie Bigger Theater Mode

Download Bigger Theater Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Bigger Theater Mode Bigger Theater Mode
ID ihlcabcdmmeaglhbhlldnibjjpbddfgi
Officiële URL https://chromewebstore.google.com/detail/bigger-theater-mode/ihlcabcdmmeaglhbhlldnibjjpbddfgi
Beschrijving Increases the size of YouTube's Theater mode.
Bestandsgrootte 16.14 KB
Aantal Installaties 885
Huidige Versie 0.0.0.8
Laatst Bijgewerkt 2024-03-01
Publicatiedatum 2019-11-07
Beoordeling 4.30/5 Totaal 40 Beoordelingen
Ontwikkelaar https://ggg.contact
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}