YouTube SubSound
Automatic subtitle dubbing on YouTube.
Co je YouTube SubSound?
YouTube SubSound je rozšíření Chrome vyvinuté tgaru, a jeho hlavní funkcí je „Automatic subtitle dubbing on YouTube.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření YouTube SubSound
Stáhněte si soubory rozšíření YouTube SubSound ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | YouTube SubSound |
ID | ohjehnjdpnambhdcalhoabplbiclekhp |
Oficiální URL | https://chromewebstore.google.com/detail/youtube-subsound/ohjehnjdpnambhdcalhoabplbiclekhp |
Popis | Automatic subtitle dubbing on YouTube. |
Velikost souboru | 15.36 KB |
Počet instalací | 7,370 |
Aktuální Verze | 0.0.8 |
Poslední Aktualizace | 2022-10-17 |
Datum Vydání | 2021-07-04 |
Hodnocení | 2.67/5 Celkem 135 Hodnocení |
Vývojář | tgaru |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://t.me/writeforhelp |
Podporované Jazyky | 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": [ " |