Twitch Stream Filter Firefox

Examine source code of Twitch Stream Filter

By: DaveO
Inspect and view changes in Twitch Stream Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Twitch Stream Filter",
  "version": "1.0",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "twitchstreamfilterextension@hotmail.com"
    }
  }
}

Best Twitch Stream Filter Alternatives

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