Twitch Chess move filter Firefox

Examine source code of Twitch Chess move filter

Inspect and view changes in Twitch Chess move filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Twitch Chess move filter",
  "version": "0.3.1",
  "description": "Hides chess moves and terms from Twitch chat",
  "browser_action": {
    "default_popup": "options/options.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "css": [
        "spoiler.css"
      ],
      "matches": [
        "https://www.twitch.tv/*"
      ]
    }
  ]
}

Best Twitch Chess move filter Alternatives

Here are some Firefox add-ons that are similar to Twitch Chess move filter: