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…”。
扩展截图
下载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 |
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\/*.*" ] } |