Disable Twitch extensions Firefox

Examine source code of Disable Twitch extensions

Inspect and view changes in Disable Twitch extensions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Disable Twitch extensions",
  "version": "0.7.0",
  "manifest_version": 2,
  "description": "Be able to disable / hide / block all or only certain Twitch extensions on Twitch channels",
  "homepage_url": "https://twitch-tools.rootonline.de/",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "https://*.ext-twitch.tv/*",
    "https://player.twitch.tv/*",
    "https://www.twitch.tv/*"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "content_security_policy": "default-src 'self'; connect-src 'self' https://twitch-tools.rootonline.de",
  "options_ui": {
    "page": "src/options.html"
  },
  "browser_action": {
    "browser_style": false,
    "default_popup": "src/options.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "disable-twitch-extensions@rootonline.de"
    }
  }
}

Best Disable Twitch extensions Alternatives

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