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 |
Eメール | [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\/*.*" ] } |