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
公式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
Eメール [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"
            ]
        }
    ]
}