Twitch-Chants
A twitch MODERATOR or BROADCASTER types '!chant' followed by the message to chant. Click 'Chant' button to take part in the chant
Was ist Twitch-Chants?
Twitch-Chants ist eine Chrome-Erweiterung, die von kevuwk entwickelt wurde, und ihr Hauptmerkmal ist "A twitch MODERATOR or BROADCASTER types '!chant' followed by the message to chant. Click 'Chant' button to take part in the chant".
Erweiterungsscreenshots
Twitch-Chants-Erweiterungs-CRX-Datei herunterladen
Laden Sie Twitch-Chants-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Twitch-Chants |
ID | bckdagefnkfgomdpdilaepkdfjllnfaa |
Offizielle URL | https://chromewebstore.google.com/detail/twitch-chants/bckdagefnkfgomdpdilaepkdfjllnfaa |
Beschreibung | A twitch MODERATOR or BROADCASTER types '!chant' followed by the message to chant. Click 'Chant' button to take part in the chant |
Dateigröße | 22.44 KB |
Installationsanzahl | 77 |
Aktuelle Version | 3 |
Letztes Update | 2022-11-15 |
Veröffentlichungsdatum | 2022-04-04 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | kevuwk |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://twitch-chants.github.io |
Unterstützte Sprachen | 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" ] } ] } |