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 |
Eメール | [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 } |