Bigger Theater Mode

Increases the size of YouTube's Theater mode.

What is Bigger Theater Mode?

Bigger Theater Mode is a Chrome extension developed by https://ggg.contact, and its main feature is "Increases the size of YouTube's Theater mode.".

Extension Screenshots

Download Bigger Theater Mode Extension CRX File

Download Bigger Theater Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Bigger Theater Mode Bigger Theater Mode
ID ihlcabcdmmeaglhbhlldnibjjpbddfgi
Official URL https://chromewebstore.google.com/detail/bigger-theater-mode/ihlcabcdmmeaglhbhlldnibjjpbddfgi
Description Increases the size of YouTube's Theater mode.
File Size 16.14 KB
Installation Count 885
Current Version 0.0.0.8
Last Updated 2024-03-01
Publish Date 2019-11-07
Rating 4.30/5 Total 40 Ratings
Developer https://ggg.contact
Email [email protected]
Payment Type free
Supported Languages 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
}