Bigger Theater Mode

Increases the size of YouTube's Theater mode.

Co je Bigger Theater Mode?

Bigger Theater Mode je rozšíření Chrome vyvinuté https://ggg.contact, a jeho hlavní funkcí je „Increases the size of YouTube's Theater mode.“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Bigger Theater Mode

Stáhněte si soubory rozšíření Bigger Theater Mode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Bigger Theater Mode Bigger Theater Mode
ID ihlcabcdmmeaglhbhlldnibjjpbddfgi
Oficiální URL https://chromewebstore.google.com/detail/bigger-theater-mode/ihlcabcdmmeaglhbhlldnibjjpbddfgi
Popis Increases the size of YouTube's Theater mode.
Velikost souboru 16.14 KB
Počet instalací 885
Aktuální Verze 0.0.0.8
Poslední Aktualizace 2024-03-01
Datum Vydání 2019-11-07
Hodnocení 4.30/5 Celkem 40 Hodnocení
Vývojář https://ggg.contact
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}