twitch chat monitor
Twitch live stream's chat filter by user app.
twitch chat monitorとは何ですか?
twitch chat monitorはmerturlによって開発されたChromeの拡張機能で、その主な機能は「Twitch live stream's chat filter by user app.」です。
拡張機能のスクリーンショット
twitch chat monitor拡張機能のCRXファイルをダウンロード
twitch chat monitor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
트위치 실시간 방송 유저 채팅 필터링 프로그램
실시간 방송에 참여중인 특정 유저의 채팅만 골라서 볼 수 있습니다. 拡張機能の基本情報
| 名前 | |
| ID | mfghggmmodnemmnjijnmgekbpkeldpji |
| 公式URL | https://chromewebstore.google.com/detail/twitch-chat-monitor/mfghggmmodnemmnjijnmgekbpkeldpji |
| 説明 | Twitch live stream's chat filter by user app. |
| ファイルサイズ | 129 KB |
| インストール数 | 25 |
| 現在のバージョン | 0.1.0 |
| 最終更新日 | 2021-10-07 |
| 公開日 | 2021-10-07 |
| 開発者 | merturl |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
]
} | |