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开发的Chrome扩展程序,该扩展的主要功能是“This extension reads every message on YouTube live chat when you livestreaming.”。
扩展截图
下载YouTube studio livestreaming chat TTS扩展crx文件
下载YouTube studio livestreaming chat TTS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
# 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" ] } |