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 |
官方網址 | 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 } |