Moderator

Helps to moderate Twitch's chat making it less toxic

Moderatorคืออะไร?

Moderator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dreazz และคุณลักษณะหลักของมันคือ "Helps to moderate Twitch's chat making it less toxic"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Moderator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension is meant to help streaming platforms become less toxic as the number of streamers and viewers who suffer from toxicity is growing.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Moderator Moderator
ID cdmpccbopnadobfkhpknlkcpoellhglm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/moderator/cdmpccbopnadobfkhpknlkcpoellhglm
คำอธิบาย Helps to moderate Twitch's chat making it less toxic
ขนาดไฟล์ 14.42 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2021-02-24
วันที่เผยแพร่ 2021-02-24
ผู้พัฒนา Dreazz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Moderator",
    "version": "0.0.0.1",
    "description": "Helps to moderate Twitch's chat making it less toxic",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}