Examine source code of TwitchNoSub

Inspect and view changes in TwitchNoSub source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "TwitchNoSub",
  "version": "0.6.1",
  "description": "Show sub only VOD on Twitch",
  "manifest_version": 3,
  "icons": {
    "128": "assets/icons/icon.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "src/patched-amazon.js"
      ],
      "matches": [
        "https://www.twitch.tv/*"
      ]
    }
  ],
  "background": {
    "service_worker": "src/background.js"
  },
  "host_permissions": [
    "https://www.twitch.tv/*",
    "https://static.twitchcdn.net/assets/*"
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "webRequest",
    "webNavigation",
    "declarativeNetRequest"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}