Twitch-Chants

A twitch MODERATOR or BROADCASTER types '!chant' followed by the message to chant. Click 'Chant' button to take part in the chant

Τι είναι το Twitch-Chants;

Το Twitch-Chants είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kevuwk, και η κύρια λειτουργία του είναι "A twitch MODERATOR or BROADCASTER types '!chant' followed by the message to chant. Click 'Chant' button to take part in the chant".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Twitch-Chants

Λήψη αρχείων επέκτασης Twitch-Chants σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Twitch-Chants Twitch-Chants
ID bckdagefnkfgomdpdilaepkdfjllnfaa
Επίσημο URL https://chromewebstore.google.com/detail/twitch-chants/bckdagefnkfgomdpdilaepkdfjllnfaa
Περιγραφή A twitch MODERATOR or BROADCASTER types '!chant' followed by the message to chant. Click 'Chant' button to take part in the chant
Μέγεθος Αρχείου 22.44 KB
Αριθμός Εγκαταστάσεων 77
Τρέχουσα Έκδοση 3
Τελευταία Ενημέρωση 2022-11-15
Ημερομηνία Δημοσίευσης 2022-04-04
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής kevuwk
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://twitch-chants.github.io
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}