Better YouTube Theatre Mode

Better YouTube Theatre Mode

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Better YouTube Theatre Mode",
  "version": "1.1.0",
  "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"
    }
  ]
}