twitch chat monitor

Twitch live stream's chat filter by user app.

twitch chat monitorคืออะไร?

twitch chat monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย merturl และคุณลักษณะหลักของมันคือ "Twitch live stream's chat filter by user app."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย twitch chat monitor

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}