DotChat
For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…
Vad är DotChat?
DotChat är en Chrome-tillägg utvecklad av Lime, och dess huvudfunktion är "For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…".
Tilläggsskärmbilder
Ladda ner DotChat-förlängningens CRX-fil
Ladda ner DotChat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | DotChat |
ID | dgadhpmlfghhmiladkdodenkkcoiplcm |
Officiell webbadress | https://chromewebstore.google.com/detail/dotchat/dgadhpmlfghhmiladkdodenkkcoiplcm |
Beskrivning | For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which… |
Filstorlek | 165 KB |
Antal Installationer | 6,544 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2021-02-07 |
Publiceringsdatum | 2021-01-30 |
Betyg | 3.99/5 Totalt 98 Betyg |
Utvecklare | Lime |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*.*" ] } |