Video CC translator
You can translate closed captions provided by video platforms (Udemy, Udacity, Youtube) into your preferred language.
Qu'est-ce que Video CC translator ?
Video CC translator est une extension Chrome développée par https://video-cc-translator.github.io, et sa fonction principale est "You can translate closed captions provided by video platforms (Udemy, Udacity, Youtube) into your preferred language.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Video CC translator
Téléchargez les fichiers d'extension Video CC translator 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
💡 Translator Features - Supports all languages provided by Google Translate. - Can be used in full screen. - Subtitle position can be changed. - You can set the subtitle style. ⚡️ Supported sites - Udemy - Udacity - Youtube 🔥 Send any questions or suggestions about this extension to [email protected]
Informations de Base sur l'Extension
Nom | Video CC translator |
ID | fhbpmacbgklobobcieiaoibpjhdnmcfn |
URL Officiel | https://chromewebstore.google.com/detail/video-cc-translator/fhbpmacbgklobobcieiaoibpjhdnmcfn |
Description | You can translate closed captions provided by video platforms (Udemy, Udacity, Youtube) into your preferred language. |
Taille du Fichier | 295 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 2.3.2 |
Dernière Mise à Jour | 2022-12-05 |
Date de Publication | 2022-02-28 |
Évaluation | 4.53/5 Total 57 Évaluations |
Développeur | https://video-cc-translator.github.io |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en,fr,vi,tr,es,pt-BR,pt-PT,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "2.3.2", "manifest_version": 3, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.udemy.com\/course\/*\/learn\/*", "https:\/\/learn.udacity.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "contentScript.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png" } }, "options_page": "options.html", "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "options.html" ], "matches": [ " |