DotChat

For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…

DotChatคืออะไร?

DotChat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lime และคุณลักษณะหลักของมันคือ "For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…"

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

screenshot

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

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

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

                        For YouTube

This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which increases the interaction between viewers and streamers.                    

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

ชื่อ DotChat DotChat
ID dgadhpmlfghhmiladkdodenkkcoiplcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dotchat/dgadhpmlfghhmiladkdodenkkcoiplcm
คำอธิบาย For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…
ขนาดไฟล์ 165 KB
จำนวนการติดตั้ง 6,544
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2021-02-07
วันที่เผยแพร่ 2021-01-30
คะแนน 3.99/5 รวมทั้งหมด 98 คะแนน
ผู้พัฒนา Lime
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DotChat",
    "version": "1.0.2",
    "icons": {
        "128": "icon_128x128.png",
        "64": "icon_64x64.png",
        "16": "icon_16x16.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/live_chat?*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "*.png",
        "chat\/*.*"
    ]
}