Bigger Theater Mode

Increases the size of YouTube's Theater mode.

Was ist Bigger Theater Mode?

Bigger Theater Mode ist eine Chrome-Erweiterung, die von https://ggg.contact entwickelt wurde, und ihr Hauptmerkmal ist "Increases the size of YouTube's Theater mode.".

Erweiterungsscreenshots

Bigger Theater Mode-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bigger Theater Mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Bigger Theater Mode Bigger Theater Mode
ID ihlcabcdmmeaglhbhlldnibjjpbddfgi
Offizielle URL https://chromewebstore.google.com/detail/bigger-theater-mode/ihlcabcdmmeaglhbhlldnibjjpbddfgi
Beschreibung Increases the size of YouTube's Theater mode.
Dateigröße 16.14 KB
Installationsanzahl 885
Aktuelle Version 0.0.0.8
Letztes Update 2024-03-01
Veröffentlichungsdatum 2019-11-07
Bewertung 4.30/5 Insgesamt 40 Bewertungen
Entwickler https://ggg.contact
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}