Twitch-Chants

A twitch MODERATOR or BROADCASTER types '!chant' followed by the message to chant. Click 'Chant' button to take part in the chant
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Twitch-Chants",
  "version": "3",
  "description": "A twitch MODERATOR or BROADCASTER types '!chant' followed by the message to chant. Click 'Chant' button to take part in the chant",
  "icons": {
    "48": "icon_48x.png",
    "96": "icon_96x.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "tmi.min.js",
        "watcher.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ]
}