Video CC translator
You can translate closed captions provided by video platforms (Udemy, Udacity, Youtube) into your preferred language.
Wat is Video CC translator?
Video CC translator is een Chrome-extensie ontwikkeld door https://video-cc-translator.github.io, en de belangrijkste functie is "You can translate closed captions provided by video platforms (Udemy, Udacity, Youtube) into your preferred language.".
Extensie Screenshots
Download het CRX-bestand van de extensie Video CC translator
Download Video CC translator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
💡 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]
Basisinformatie over de Extensie
Naam | Video CC translator |
ID | fhbpmacbgklobobcieiaoibpjhdnmcfn |
Officiële URL | https://chromewebstore.google.com/detail/video-cc-translator/fhbpmacbgklobobcieiaoibpjhdnmcfn |
Beschrijving | You can translate closed captions provided by video platforms (Udemy, Udacity, Youtube) into your preferred language. |
Bestandsgrootte | 295 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 2.3.2 |
Laatst Bijgewerkt | 2022-12-05 |
Publicatiedatum | 2022-02-28 |
Beoordeling | 4.53/5 Totaal 57 Beoordelingen |
Ontwikkelaar | https://video-cc-translator.github.io |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |