Twitch Chat Beautify Firefox

Examine source code of Twitch Chat Beautify

By: Ed0ardo
Inspect and view changes in Twitch Chat Beautify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Improve the aesthetics of your Twitch chat.",
  "manifest_version": 3,
  "name": "Twitch Chat Beautify",
  "version": "1.6.9",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "TCB.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*.twitch.tv/*"
  ],
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "theme_icons": [
      {
        "light": "icons/icon-96-dark.png",
        "dark": "icons/icon-96.png",
        "size": 96
      }
    ],
    "default_title": "Twitch Chat Beautify",
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "page": "options/options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tcb@ed0ardo.com"
    }
  }
}

Best Twitch Chat Beautify Alternatives

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