Alternate Player for Twitch.tv Firefox

Examine source code of Alternate Player for Twitch.tv

Inspect and view changes in Alternate Player for Twitch.tv source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "twitch5@coolcmd",
      "strict_min_version": "58.0"
    }
  },
  "name": "Alternate Player for Twitch.tv",
  "short_name": "Alternate Player",
  "version": "2025.6.16",
  "description": "__MSG_M0001__",
  "icons": {
    "128": "manifest.svg"
  },
  "author": "Alexander Choporov (CoolCmd)",
  "default_locale": "en",
  "permissions": [
    "storage",
    "cookies",
    "webRequest",
    "webRequestBlocking",
    "clipboardWrite",
    "*://*.twitch.tv/*",
    "*://*.twitchcdn.net/*",
    "*://*.ttvnw.net/*",
    "*://*.jtvnw.net/*",
    "*://*.live-video.net/*",
    "*://*.akamaized.net/*",
    "*://*.cloudfront.net/*"
  ],
  "web_accessible_resources": [
    "content.css"
  ],
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "exclude_matches": [
        "https://www.twitch.tv/popout/"
      ],
      "js": [
        "autoclaim.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "js": [
        "gqltoken.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://www.twitch.tv/*",
        "https://m.twitch.tv/*"
      ],
      "exclude_matches": [
        "https://www.twitch.tv/popout/"
      ],
      "js": [
        "common.js",
        "content.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ]
}

Best Alternate Player for Twitch.tv Alternatives

Here are some Firefox add-ons that are similar to Alternate Player for Twitch.tv: