DotChat
For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…
Qu'est-ce que DotChat ?
DotChat est une extension Chrome développée par Lime, et sa fonction principale est "For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DotChat
Téléchargez les fichiers d'extension DotChat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | DotChat |
ID | dgadhpmlfghhmiladkdodenkkcoiplcm |
URL Officiel | 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… |
Taille du Fichier | 165 KB |
Nombre d'Installations | 6,544 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2021-02-07 |
Date de Publication | 2021-01-30 |
Évaluation | 3.99/5 Total 98 Évaluations |
Développeur | Lime |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*.*" ] } |