YouTube SubSound
Automatic subtitle dubbing on YouTube.
What is YouTube SubSound?
YouTube SubSound is a Chrome extension developed by tgaru, and its main feature is "Automatic subtitle dubbing on YouTube.".
Extension Screenshots
Download YouTube SubSound Extension CRX File
Download YouTube SubSound extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | YouTube SubSound |
ID | ohjehnjdpnambhdcalhoabplbiclekhp |
Official URL | https://chromewebstore.google.com/detail/youtube-subsound/ohjehnjdpnambhdcalhoabplbiclekhp |
Description | Automatic subtitle dubbing on YouTube. |
File Size | 15.36 KB |
Installation Count | 7,370 |
Current Version | 0.0.8 |
Last Updated | 2022-10-17 |
Publish Date | 2021-07-04 |
Rating | 2.67/5 Total 135 Ratings |
Developer | tgaru |
[email protected] | |
Payment Type | free |
Help Page URL | https://t.me/writeforhelp |
Supported Languages | 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": [ " |