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”。
扩展截图
下载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 |
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" ] } ] } |