Better YouTube Theatre Mode

Improves YouTube's theatre mode by making use of all of the available height

What is Better YouTube Theatre Mode?

Better YouTube Theatre Mode is a Chrome extension developed by SimenMH, and its main feature is "Improves YouTube's theatre mode by making use of all of the available height".

Extension Screenshots

screenshot

Download Better YouTube Theatre Mode Extension CRX File

Download Better YouTube Theatre 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

                        How it works:
-Adds a very simple change that forces theatre mode to expand vertically

Enjoy a better viewing experience.


Source: https://github.com/SimenMH/better-youtube-theatre-mode                    

Extension Basic Information

Name Better YouTube Theatre Mode Better YouTube Theatre Mode
ID ffloofbaleegoikgiicbdchcnkdamkbn
Official URL https://chromewebstore.google.com/detail/better-youtube-theatre-mo/ffloofbaleegoikgiicbdchcnkdamkbn
Description Improves YouTube's theatre mode by making use of all of the available height
File Size 5.31 KB
Installation Count 844
Current Version 1.0.6
Last Updated 2023-11-09
Publish Date 2022-05-11
Rating 4.53/5 Total 15 Ratings
Developer SimenMH
Email [email protected]
Payment Type free
Extension Website https://github.com/SimenMH/better-youtube-theatre-mode
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better YouTube Theatre Mode",
    "version": "1.0.6",
    "description": "Improves YouTube's theatre mode by making use of all of the available height",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [
                "byttm.css"
            ],
            "run_at": "document_end"
        }
    ]
}