YouTube studio livestreaming chat TTS
This extension reads every message on YouTube live chat when you livestreaming.
Cos'è YouTube studio livestreaming chat TTS?
YouTube studio livestreaming chat TTS è un'estensione di Chrome sviluppata da lowen.i.v, e la sua funzione principale è "This extension reads every message on YouTube live chat when you livestreaming.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube studio livestreaming chat TTS
Scarica i file di estensione YouTube studio livestreaming chat TTS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
# 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. Informazioni di Base sull'Estensione
| Nome | |
| ID | jalppohegcfklglkihmhdadmjindneij |
| URL Ufficiale | https://chromewebstore.google.com/detail/youtube-studio-livestream/jalppohegcfklglkihmhdadmjindneij |
| Descrizione | This extension reads every message on YouTube live chat when you livestreaming. |
| Dimensione del File | 49 KB |
| Conteggio Installazioni | 228 |
| Versione Corrente | 0.0.0.2 |
| Ultimo Aggiornamento | 2021-02-16 |
| Data di Pubblicazione | 2021-02-07 |
| Valutazione | 2.00/5 Totale 3 Valutazioni |
| Sviluppatore | lowen.i.v |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |