DotChat
For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…
Wat is DotChat?
DotChat is een Chrome-extensie ontwikkeld door Lime, en de belangrijkste functie is "For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…".
Extensie Screenshots
Download het CRX-bestand van de extensie DotChat
Download DotChat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | DotChat |
ID | dgadhpmlfghhmiladkdodenkkcoiplcm |
Officiële URL | https://chromewebstore.google.com/detail/dotchat/dgadhpmlfghhmiladkdodenkkcoiplcm |
Beschrijving | For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which… |
Bestandsgrootte | 165 KB |
Aantal Installaties | 6,544 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2021-02-07 |
Publicatiedatum | 2021-01-30 |
Beoordeling | 3.99/5 Totaal 98 Beoordelingen |
Ontwikkelaar | Lime |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*.*" ] } |