DotChat
For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…
ما هو DotChat؟
DotChat هو إضافة Chrome تم تطويرها بواسطة Lime، والميزة الرئيسية لها هي "For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DotChat
قم بتنزيل ملفات الامتداد DotChat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [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\/*.*" ] } |