DotChat

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

什麼是DotChat?

DotChat是由Lime開發的Chrome擴展程式,該擴展的主要功能是“For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…”。

擴展截圖

screenshot

下載DotChat擴展crx文件

下載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
官方網址 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\/*.*"
    ]
}