Twitch Chat Filter
Filter out useless messages from Twitch chats.
Qu'est-ce que Twitch Chat Filter ?
Twitch Chat Filter est une extension Chrome développée par EvanDotPro, et sa fonction principale est "Filter out useless messages from Twitch chats.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Chat Filter
Téléchargez les fichiers d'extension Twitch Chat Filter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Twitch Chat Filter |
ID | edldhcedhjpciodaefichchenblabceh |
URL Officiel | https://chromewebstore.google.com/detail/twitch-chat-filter/edldhcedhjpciodaefichchenblabceh |
Description | Filter out useless messages from Twitch chats. |
Taille du Fichier | 92.3 KB |
Nombre d'Installations | 206 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2021-07-18 |
Date de Publication | 2021-07-13 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | EvanDotPro |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/EvanDotPro/twitch-chat-filter |
URL de la Page d'Aide | https://github.com/EvanDotPro/twitch-chat-filter/issues |
Langues Prises en Charge | 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 } |