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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |