Twitch-Chants
A twitch MODERATOR or BROADCASTER types '!chant' followed by the message to chant. Click 'Chant' button to take part in the chant
Cos'è Twitch-Chants?
Twitch-Chants è un'estensione di Chrome sviluppata da kevuwk, e la sua funzione principale è "A twitch MODERATOR or BROADCASTER types '!chant' followed by the message to chant. Click 'Chant' button to take part in the chant".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch-Chants
Scarica i file di estensione Twitch-Chants in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | bckdagefnkfgomdpdilaepkdfjllnfaa |
| URL Ufficiale | https://chromewebstore.google.com/detail/twitch-chants/bckdagefnkfgomdpdilaepkdfjllnfaa |
| Descrizione | A twitch MODERATOR or BROADCASTER types '!chant' followed by the message to chant. Click 'Chant' button to take part in the chant |
| Dimensione del File | 22.44 KB |
| Conteggio Installazioni | 77 |
| Versione Corrente | 3 |
| Ultimo Aggiornamento | 2022-11-15 |
| Data di Pubblicazione | 2022-04-04 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | kevuwk |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://twitch-chants.github.io |
| Lingue Supportate | 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"
]
}
]
} | |