DotChat

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

What is DotChat?

DotChat is a Chrome extension developed by Lime, and its main feature is "For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…".

Extension Screenshots

screenshot

Download DotChat Extension CRX File

Download DotChat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DotChat DotChat
ID dgadhpmlfghhmiladkdodenkkcoiplcm
Official URL https://chromewebstore.google.com/detail/dotchat/dgadhpmlfghhmiladkdodenkkcoiplcm
Description For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…
File Size 165 KB
Installation Count 6,544
Current Version 1.0.2
Last Updated 2021-02-07
Publish Date 2021-01-30
Rating 3.99/5 Total 98 Ratings
Developer Lime
Email [email protected]
Payment Type free
Supported Languages 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\/*.*"
    ]
}