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.”。

扩展截图

screenshot

下载twitch chat monitor扩展crx文件

下载twitch chat monitor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        트위치 실시간 방송 유저 채팅 필터링 프로그램
실시간 방송에 참여중인 특정 유저의 채팅만 골라서 볼 수 있습니다.                    

扩展基本信息

名称 twitch chat monitor twitch chat monitor
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
电子邮箱 [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"
    ]
}