Twitch Chat Filter
Filter out useless messages from Twitch chats.
Hvad er Twitch Chat Filter?
Twitch Chat Filter er en Chrome-udvidelse udviklet af EvanDotPro, og dens hovedfunktion er "Filter out useless messages from Twitch chats.".
Udvidelsesskærmbilleder
Download Twitch Chat Filter-udvidelses-CRX-fil
Download Twitch Chat Filter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Twitch Chat Filter |
ID | edldhcedhjpciodaefichchenblabceh |
Officiel URL | https://chromewebstore.google.com/detail/twitch-chat-filter/edldhcedhjpciodaefichchenblabceh |
Beskrivelse | Filter out useless messages from Twitch chats. |
Filstørrelse | 92.3 KB |
Antal Installationer | 206 |
Nuværende Version | 0.1.2 |
Senest Opdateret | 2021-07-18 |
Udgivelsesdato | 2021-07-13 |
Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
Udvikler | EvanDotPro |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/EvanDotPro/twitch-chat-filter |
Hjælpeside-URL | https://github.com/EvanDotPro/twitch-chat-filter/issues |
Understøttede Sprog | 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 } |