MixerTheater Firefox

Examine source code of MixerTheater

By: Fiffe
Inspect and view changes in MixerTheater source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MixerTheater",
  "version": "1.1",
  "description": "A simple extension that adds a new button to mixer's video player allowing you to watch streams in theater mode.",
  "icons": {
    "48": "icons/mixer-theater-48.png",
    "64": "icons/mixer-theater-64.png",
    "128": "icons/mixer-theater-128.png",
    "256": "icons/mixer-theater-256.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.mixer.com/*"
      ],
      "js": [
        "mixer-theater.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "19": "icons/mixer-theater-19.png",
      "38": "icons/mixer-theater-38.png"
    },
    "default_title": "MixerTheater"
  },
  "options_ui": {
    "page": "settings.html",
    "browser_style": true
  },
  "permissions": [
    "storage"
  ],
  "applications": {
    "gecko": {
      "id": "{bb407a44-e391-4c11-aece-4d97792a7869}"
    }
  }
}

Best MixerTheater Alternatives

Here are some Firefox add-ons that are similar to MixerTheater: