YouTube SubSound
Automatic subtitle dubbing on YouTube.
什么是YouTube SubSound?
YouTube SubSound是由tgaru开发的Chrome扩展程序,该扩展的主要功能是“Automatic subtitle dubbing on YouTube.”。
扩展截图
下载YouTube SubSound扩展crx文件
下载YouTube SubSound扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Browser extension that automatically pronounces the subtitles on YouTube Open the desired video and activate voice acting by pressing the NEW button in the YouTube player. Many languages are supported.
扩展基本信息
名称 | YouTube SubSound |
ID | ohjehnjdpnambhdcalhoabplbiclekhp |
官方URL | https://chromewebstore.google.com/detail/youtube-subsound/ohjehnjdpnambhdcalhoabplbiclekhp |
简介 | Automatic subtitle dubbing on YouTube. |
文件大小 | 15.36 KB |
安装次数 | 7,370 |
当前版本 | 0.0.8 |
更新时间 | 2022-10-17 |
上架时间 | 2021-07-04 |
评分 | 2.67/5 共135次评分 |
开发者 | tgaru |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://t.me/writeforhelp |
支持的语言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.0.8", "author": "tgaru", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/youtube.com\/*" ], "js": [ "background.js" ] } ], "permissions": [], "web_accessible_resources": [ { "resources": [ "main.js", "styles.css", "_locales\/*" ], "matches": [ " |