Twitch Rewind Firefox

Examine source code of Twitch Rewind

By: Light
Inspect and view changes in Twitch Rewind source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Twitch Rewind",
  "version": "1.0.2",
  "description": "Rewind any stream while watching live",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "twitchrewind@fractal.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.twitch.tv/*",
        "https://twitch.tv/*"
      ],
      "js": [
        "gql-hook.js"
      ],
      "run_at": "document_start",
      "world": "MAIN"
    }
  ]
}

Best Twitch Rewind Alternatives

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