Twitch-Chants
A twitch MODERATOR or BROADCASTER types '!chant' followed by the message to chant. Click 'Chant' button to take part in the chant
Co je Twitch-Chants?
Twitch-Chants je rozšíření Chrome vyvinuté kevuwk, a jeho hlavní funkcí je „A twitch MODERATOR or BROADCASTER types '!chant' followed by the message to chant. Click 'Chant' button to take part in the chant“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitch-Chants
Stáhněte si soubory rozšíření Twitch-Chants ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Twitch-Chants |
ID | bckdagefnkfgomdpdilaepkdfjllnfaa |
Oficiální URL | https://chromewebstore.google.com/detail/twitch-chants/bckdagefnkfgomdpdilaepkdfjllnfaa |
Popis | A twitch MODERATOR or BROADCASTER types '!chant' followed by the message to chant. Click 'Chant' button to take part in the chant |
Velikost souboru | 22.44 KB |
Počet instalací | 77 |
Aktuální Verze | 3 |
Poslední Aktualizace | 2022-11-15 |
Datum Vydání | 2022-04-04 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | kevuwk |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://twitch-chants.github.io |
Podporované Jazyky | 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" ] } ] } |