Twitch-Chants

Twitch-Chants

A twitch MODERATOR or BROADCASTER types '!chant' followed by the message to chant. Click 'Chant' button to take part in the chant

Additional files are visible only to premium users

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"
      ]
    }
  ]
}