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 lowen.i.v द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension reads every message on YouTube live chat when you livestreaming."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube studio livestreaming chat TTS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |