Twitch-Chants
A twitch MODERATOR or BROADCASTER types '!chant' followed by the message to chant. Click 'Chant' button to take part in the chant
What is Twitch-Chants?
Twitch-Chants is a Chrome extension developed by kevuwk, and its main feature is "A twitch MODERATOR or BROADCASTER types '!chant' followed by the message to chant. Click 'Chant' button to take part in the chant".
Extension Screenshots
Download Twitch-Chants Extension CRX File
Download Twitch-Chants extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
How it works: A twitch MODERATOR or BROADCASTER can type "!chant" followed by the message you want to chant. Every user with this extension installed will see a little popup above the chatbox, just as you might already know. Click the "Chant" button to take part in the chant Change Log Version 1 -Adds back the chant feature Version 2 -Adds a fadein animation to the chant popup -Fixes the chant popup to disappear after 25 seconds if not clicked -Adds a cooldown to chants that lasts as long as the chant is active -Adds notification for users in modview or in popout chats -Minor bug fixes
Extension Basic Information
Name | Twitch-Chants |
ID | bckdagefnkfgomdpdilaepkdfjllnfaa |
Official URL | https://chromewebstore.google.com/detail/twitch-chants/bckdagefnkfgomdpdilaepkdfjllnfaa |
Description | A twitch MODERATOR or BROADCASTER types '!chant' followed by the message to chant. Click 'Chant' button to take part in the chant |
File Size | 22.44 KB |
Installation Count | 77 |
Current Version | 3 |
Last Updated | 2022-11-15 |
Publish Date | 2022-04-04 |
Rating | 5.00/5 Total 4 Ratings |
Developer | kevuwk |
[email protected] | |
Payment Type | free |
Extension Website | https://twitch-chants.github.io |
Supported Languages | en |
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" ] } ] } |