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é es Twitch-Chants?

Twitch-Chants es una extensión de Chrome desarrollada por kevuwk, y su función principal es "A twitch MODERATOR or BROADCASTER types '!chant' followed by the message to chant. Click 'Chant' button to take part in the chant".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Twitch-Chants

Descarga archivos de extensión Twitch-Chants en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Twitch-Chants Twitch-Chants
ID bckdagefnkfgomdpdilaepkdfjllnfaa
URL Oficial https://chromewebstore.google.com/detail/twitch-chants/bckdagefnkfgomdpdilaepkdfjllnfaa
Descripción A twitch MODERATOR or BROADCASTER types '!chant' followed by the message to chant. Click 'Chant' button to take part in the chant
Tamaño del Archivo 22.44 KB
Cantidad de Instalaciones 77
Versión Actual 3
Última Actualización 2022-11-15
Fecha de Publicación 2022-04-04
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador kevuwk
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://twitch-chants.github.io
Idiomas Soportados 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"
            ]
        }
    ]
}