Twitch Chat Filter
Filter out useless messages from Twitch chats.
什么是Twitch Chat Filter?
Twitch Chat Filter是由EvanDotPro开发的Chrome扩展程序,该扩展的主要功能是“Filter out useless messages from Twitch chats.”。
扩展截图
下载Twitch Chat Filter扩展crx文件
下载Twitch Chat Filter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Currently there are no settings, but this add-on will hide Twitch chat messages: - Single word messages (@mentions, repeated words, single letters, and numbers do not count as words). - Emote only messages. - Sub and resub notifications. It also hides the obnoxious leaderboard at the top of the chat. There are a few rules specific to the type of messages common in Kitboga's channel, but they shouldn't affect the chat filter working on other channels. At some point, if there is any interest, I will make this configurable. Source: https://github.com/EvanDotPro/twitch-chat-filter
扩展基本信息
名称 | Twitch Chat Filter |
ID | edldhcedhjpciodaefichchenblabceh |
官方URL | https://chromewebstore.google.com/detail/twitch-chat-filter/edldhcedhjpciodaefichchenblabceh |
简介 | Filter out useless messages from Twitch chats. |
文件大小 | 92.3 KB |
安装次数 | 206 |
当前版本 | 0.1.2 |
更新时间 | 2021-07-18 |
上架时间 | 2021-07-13 |
评分 | 4.50/5 共2次评分 |
开发者 | EvanDotPro |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/EvanDotPro/twitch-chat-filter |
帮助页面URL | https://github.com/EvanDotPro/twitch-chat-filter/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Chat Filter", "version": "0.1.2", "description": "Filter out useless messages from Twitch chats.", "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "thirdParty\/jquery-3.6.0.js", "thirdParty\/arrive-2.4.1.js", "content.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |