Theater Mode for Twitch–Fullscreen with Chat Firefox

Examine source code of Theater Mode for Twitch–Fullscreen with Chat

Inspect and view changes in Theater Mode for Twitch–Fullscreen with Chat source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Theater Mode for Twitch–Fullscreen with Chat",
  "short_name": "Theater Mode",
  "version": "2.0",
  "description": "Watch Twitch in fullscreen while keeping chat visible, or hide it – if you want.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1def698b-22ad-4ef3-890b-4ba714dcf0d2}",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_title": "Theater Mode Settings",
    "default_popup": "popup.html"
  }
}

Best Theater Mode for Twitch–Fullscreen with Chat Alternatives

Here are some Firefox add-ons that are similar to Theater Mode for Twitch–Fullscreen with Chat: