YouTube SubSound
Automatic subtitle dubbing on YouTube.
Qu'est-ce que YouTube SubSound ?
YouTube SubSound est une extension Chrome développée par tgaru, et sa fonction principale est "Automatic subtitle dubbing on YouTube.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube SubSound
Téléchargez les fichiers d'extension YouTube SubSound au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | YouTube SubSound |
ID | ohjehnjdpnambhdcalhoabplbiclekhp |
URL Officiel | https://chromewebstore.google.com/detail/youtube-subsound/ohjehnjdpnambhdcalhoabplbiclekhp |
Description | Automatic subtitle dubbing on YouTube. |
Taille du Fichier | 15.36 KB |
Nombre d'Installations | 7,370 |
Version Actuelle | 0.0.8 |
Dernière Mise à Jour | 2022-10-17 |
Date de Publication | 2021-07-04 |
Évaluation | 2.67/5 Total 135 Évaluations |
Développeur | tgaru |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://t.me/writeforhelp |
Langues Prises en Charge | 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": [ " |