Twitch Chat Overlay Firefox

Examine source code of Twitch Chat Overlay

By: Boris
Inspect and view changes in Twitch Chat Overlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Twitch Chat Overlay",
  "version": "1.0.0",
  "description": "Overlay chat for Twitch fullscreen mode",
  "permissions": [
    "storage",
    "*://*.twitch.tv/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "twitch-chat-overlay@oskobri",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Twitch Chat Overlay Alternatives

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