DotChat
For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…
Hvad er DotChat?
DotChat er en Chrome-udvidelse udviklet af Lime, og dens hovedfunktion er "For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…".
Udvidelsesskærmbilleder
Download DotChat-udvidelses-CRX-fil
Download DotChat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | DotChat |
ID | dgadhpmlfghhmiladkdodenkkcoiplcm |
Officiel URL | https://chromewebstore.google.com/detail/dotchat/dgadhpmlfghhmiladkdodenkkcoiplcm |
Beskrivelse | For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which… |
Filstørrelse | 165 KB |
Antal Installationer | 6,544 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2021-02-07 |
Udgivelsesdato | 2021-01-30 |
Bedømmelse | 3.99/5 Samlet 98 Bedømmelser |
Udvikler | Lime |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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\/*.*" ] } |