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"
            ]
        }
    ]
}