twitch chat monitor
Twitch live stream's chat filter by user app.
What is twitch chat monitor?
twitch chat monitor is a Chrome extension developed by merturl, and its main feature is "Twitch live stream's chat filter by user app.".
Extension Screenshots
Download twitch chat monitor Extension CRX File
Download twitch chat monitor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
트위치 실시간 방송 유저 채팅 필터링 프로그램 실시간 방송에 참여중인 특정 유저의 채팅만 골라서 볼 수 있습니다.
Extension Basic Information
Name | twitch chat monitor |
ID | mfghggmmodnemmnjijnmgekbpkeldpji |
Official URL | https://chromewebstore.google.com/detail/twitch-chat-monitor/mfghggmmodnemmnjijnmgekbpkeldpji |
Description | Twitch live stream's chat filter by user app. |
File Size | 129 KB |
Installation Count | 25 |
Current Version | 0.1.0 |
Last Updated | 2021-10-07 |
Publish Date | 2021-10-07 |
Developer | merturl |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "twitch chat monitor", "description": "Twitch live stream's chat filter by user app.", "version": "0.1.0", "manifest_version": 2, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "twitch chat monitor" }, "web_accessible_resources": [ "index.html" ] } |