Twitch Chat Filter Firefox

Examine source code of Twitch Chat Filter

By: ahulab
Inspect and view changes in Twitch Chat Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "twitch-chat-filter",
  "version": "1.1",
  "description": "Allows custom filtering of twitch chat messages.",
  "icons": {
    "48": "icons/icon.svg"
  },
  "permissions": [
    "activeTab",
    "notifications",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/icon.svg",
    "default_title": "TwitchChatFilter"
  },
  "options_ui": {
    "page": "options/options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.twitch.tv/*"
      ],
      "js": [
        "main.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b82a6709-0a1c-4559-8c28-dfeb51625d0d}"
    }
  }
}

Best Twitch Chat Filter Alternatives

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