YouTube studio livestreaming chat TTS
This extension reads every message on YouTube live chat when you livestreaming.
ما هو YouTube studio livestreaming chat TTS؟
YouTube studio livestreaming chat TTS هو إضافة Chrome تم تطويرها بواسطة lowen.i.v، والميزة الرئيسية لها هي "This extension reads every message on YouTube live chat when you livestreaming.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube studio livestreaming chat TTS
قم بتنزيل ملفات الامتداد YouTube studio livestreaming chat TTS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
# YouTube studio livestreaming chat TTS This extension reads every message on YouTube live chat when you livestreaming. # Features * CLEAR QUEUE PRESS ESC * PAUSE USE YOUR MIC OR PRESS space * support for removing messages * possibility to set delay between messages * reading emojis # Support Currently it support Google Chrome.
معلومات أساسية عن التمديد
الاسم | YouTube studio livestreaming chat TTS |
ID | jalppohegcfklglkihmhdadmjindneij |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-studio-livestream/jalppohegcfklglkihmhdadmjindneij |
الوصف | This extension reads every message on YouTube live chat when you livestreaming. |
حجم الملف | 49 KB |
عدد التثبيتات | 228 |
النسخة الحالية | 0.0.0.2 |
آخر تحديث | 2021-02-16 |
تاريخ النشر | 2021-02-07 |
تقييم | 2.00/5 مجموع تقييمات 3 |
المطور | lowen.i.v |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "name": "YouTube studio livestreaming chat TTS", "description": "This extension reads every message on YouTube live chat when you livestreaming.", "version": "0.0.0.2", "author": "ileowin", "browser_action": { "default_popup": "options.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/studio.youtube.com\/video\/*\/livestreaming*" ], "js": [ "jquery-3.2.0.min.js", "script.js" ], "all_frames": true } ], "options_ui": { "page": "options.html", "chrome_style": true }, "web_accessible_resources": [ "options.html" ] } |