Twitch Quality Lock Firefox

Examine source code of Twitch Quality Lock

Inspect and view changes in Twitch Quality Lock source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Twitch Quality Lock",
  "version": "1.0.0",
  "description": "Stops Twitch from dropping stream quality when the tab is in the background (e.g. while watching in Picture-in-Picture).",
  "browser_specific_settings": {
    "gecko": {
      "id": "twitch-quality-lock@local",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "inject.js"
      ],
      "run_at": "document_start",
      "world": "MAIN",
      "all_frames": true
    }
  ]
}

Best Twitch Quality Lock Alternatives

Here are some Firefox add-ons that are similar to Twitch Quality Lock: