Twitch Chat Enhancer Firefox

Examine source code of Twitch Chat Enhancer

By: ginger
Inspect and view changes in Twitch Chat Enhancer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.0",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "48": "icons/icon.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f3e87c40-9a43-40d0-8732-7ce477283479}"
    }
  }
}

Best Twitch Chat Enhancer Alternatives

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