Simple Twitch Adblocker Firefox

Examine source code of Simple Twitch Adblocker

Inspect and view changes in Simple Twitch Adblocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Simple Twitch Adblocker",
  "description": "An extension to block Twitch ads. Done the simplest possible way to avoid Twitch countermeasures. Ads will be automatically muted and the stream will continue playing over them (in lower resolution due to Twitch limitations).",
  "version": "1.0.2",
  "icons": {
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": "icons/icon32.png",
    "default_title": "Simple Twitch Adblocker",
    "default_popup": "settings/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.twitch.tv/*"
      ],
      "js": [
        "script/index.js"
      ],
      "css": [
        "script/styles.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1c817264-c81a-4cbb-a02f-a1fea8f7b27b}"
    }
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://www.twitch.tv/*"
  ]
}

Best Simple Twitch Adblocker Alternatives

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