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是由kevuwk開發的Chrome擴展程式,該擴展的主要功能是“A twitch MODERATOR or BROADCASTER types '!chant' followed by the message to chant. Click 'Chant' button to take part in the chant”。

擴展截圖

screenshot
screenshot

下載Twitch-Chants擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}