TwitchNoSub Unofficial Firefox

Examine source code of TwitchNoSub Unofficial

Inspect and view changes in TwitchNoSub Unofficial source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "TwitchNoSub",
  "version": "0.9.4",
  "description": "Show sub only VOD on Twitch",
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "twitchnosub@local.addon",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "128": "assets/icons/icon.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "src/app.js",
        "src/chrome/app.js",
        "src/firefox/app.js"
      ],
      "matches": [
        "https://*.twitch.tv/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "src/restriction-remover.js",
        "src/twitchnosub.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "host_permissions": [
    "https://*.twitch.tv/*",
    "https://static.twitchcdn.net/assets/*"
  ],
  "permissions": []
}

Best TwitchNoSub Unofficial Alternatives

Here are some Firefox add-ons that are similar to TwitchNoSub Unofficial: