Twitch chat overlay transparen Firefox

Examine source code of Twitch chat overlay transparen

Inspect and view changes in Twitch chat overlay transparen source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Twitch comment chat overlay (transparent)",
  "version": "1.0.7",
  "version_name": "1.0.7",
  "description": "Show Twitch chat on top of the stream player. Read chat, send messages, claim points, and more, without leaving fullscreen mode",
  "author": "Pablo Bianciotto",
  "permissions": [
    "*://*.twitch.tv/",
    "storage"
  ],
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "exclude_matches": [
        "*://dashboard.twitch.tv/*"
      ],
      "css": [
        "assets/twitch.css",
        "assets/index.css",
        "assets/resizable.css",
        "assets/modal.css",
        "assets/settings.css",
        "assets/about.css",
        "assets/vod.css",
        "assets/microtip.css"
      ],
      "js": [
        "index.js",
        "vod.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "icons": {
    "16": "assets/pepoG_16x16.png",
    "48": "assets/pepoG_48x48.png",
    "128": "assets/pepoG_128x128_96.png"
  },
  "web_accessible_resources": [
    "assets/twitch_transparent.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "twitch-chat-overlay-fix@kazuk.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Twitch chat overlay transparen Alternatives

Here are some Firefox add-ons that are similar to Twitch chat overlay transparen: