YouTube studio livestreaming chat TTS
This extension reads every message on YouTube live chat when you livestreaming.
Co je YouTube studio livestreaming chat TTS?
YouTube studio livestreaming chat TTS je rozšíření Chrome vyvinuté lowen.i.v, a jeho hlavní funkcí je „This extension reads every message on YouTube live chat when you livestreaming.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření YouTube studio livestreaming chat TTS
Stáhněte si soubory rozšíření YouTube studio livestreaming chat TTS ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
# 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.
Základní Informace o Rozšíření
Název | YouTube studio livestreaming chat TTS |
ID | jalppohegcfklglkihmhdadmjindneij |
Oficiální URL | https://chromewebstore.google.com/detail/youtube-studio-livestream/jalppohegcfklglkihmhdadmjindneij |
Popis | This extension reads every message on YouTube live chat when you livestreaming. |
Velikost souboru | 49 KB |
Počet instalací | 228 |
Aktuální Verze | 0.0.0.2 |
Poslední Aktualizace | 2021-02-16 |
Datum Vydání | 2021-02-07 |
Hodnocení | 2.00/5 Celkem 3 Hodnocení |
Vývojář | lowen.i.v |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |