Chat To Speech
Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!
ما هو Chat To Speech؟
Chat To Speech هو إضافة Chrome تم تطويرها بواسطة KatDawg7، والميزة الرئيسية لها هي "Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chat To Speech
قم بتنزيل ملفات الامتداد Chat To Speech بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
If I actually cared, this is where I would write a detailed description. xD Bush did 9/11
معلومات أساسية عن التمديد
الاسم | Chat To Speech |
ID | dlbjnaaaglcanpjnhbpckkgbgfiepkdk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chat-to-speech/dlbjnaaaglcanpjnhbpckkgbgfiepkdk |
الوصف | Reads Twitch chat using text-to-speech, so streamers can focus on gameplay! |
حجم الملف | 235 KB |
عدد التثبيتات | 122 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2016-09-28 |
تاريخ النشر | 2016-09-27 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | KatDawg7 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/KatDawg7/ChatToSpeech |
عنوان صفحة المساعدة | https://github.com/KatDawg7/ChatToSpeech/issues/1 |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chat To Speech", "short_name": "CTS", "description": "Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!", "version": "0.1.0", "manifest_version": 2, "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "scripts\/chatToSpeech.js" ], "matches": [ "*:\/\/*.twitch.tv\/*" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage", "*:\/\/*.twitch.tv\/*\/chat" ] } |