YouTube studio livestreaming chat TTS
This extension reads every message on YouTube live chat when you livestreaming.
Wat is YouTube studio livestreaming chat TTS?
YouTube studio livestreaming chat TTS is een Chrome-extensie ontwikkeld door lowen.i.v, en de belangrijkste functie is "This extension reads every message on YouTube live chat when you livestreaming.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube studio livestreaming chat TTS
Download YouTube studio livestreaming chat TTS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
# 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.
Basisinformatie over de Extensie
Naam | YouTube studio livestreaming chat TTS |
ID | jalppohegcfklglkihmhdadmjindneij |
Officiële URL | https://chromewebstore.google.com/detail/youtube-studio-livestream/jalppohegcfklglkihmhdadmjindneij |
Beschrijving | This extension reads every message on YouTube live chat when you livestreaming. |
Bestandsgrootte | 49 KB |
Aantal Installaties | 228 |
Huidige Versie | 0.0.0.2 |
Laatst Bijgewerkt | 2021-02-16 |
Publicatiedatum | 2021-02-07 |
Beoordeling | 2.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | lowen.i.v |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |