Twitch-Chants
A twitch MODERATOR or BROADCASTER types '!chant' followed by the message to chant. Click 'Chant' button to take part in the chant
Qu'est-ce que Twitch-Chants ?
Twitch-Chants est une extension Chrome développée par kevuwk, et sa fonction principale est "A twitch MODERATOR or BROADCASTER types '!chant' followed by the message to chant. Click 'Chant' button to take part in the chant".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch-Chants
Téléchargez les fichiers d'extension Twitch-Chants au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Twitch-Chants |
ID | bckdagefnkfgomdpdilaepkdfjllnfaa |
URL Officiel | 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 |
Taille du Fichier | 22.44 KB |
Nombre d'Installations | 77 |
Version Actuelle | 3 |
Dernière Mise à Jour | 2022-11-15 |
Date de Publication | 2022-04-04 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | kevuwk |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://twitch-chants.github.io |
Langues Prises en Charge | 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" ] } ] } |