Video CC translator
You can translate closed captions provided by video platforms (Udemy, Udacity, Youtube) into your preferred language.
Τι είναι το Video CC translator;
Το Video CC translator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://video-cc-translator.github.io, και η κύρια λειτουργία του είναι "You can translate closed captions provided by video platforms (Udemy, Udacity, Youtube) into your preferred language.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Video CC translator
Λήψη αρχείων επέκτασης Video CC translator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
💡 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]
Βασικές Πληροφορίες Επέκτασης
Όνομα | Video CC translator |
ID | fhbpmacbgklobobcieiaoibpjhdnmcfn |
Επίσημο URL | https://chromewebstore.google.com/detail/video-cc-translator/fhbpmacbgklobobcieiaoibpjhdnmcfn |
Περιγραφή | You can translate closed captions provided by video platforms (Udemy, Udacity, Youtube) into your preferred language. |
Μέγεθος Αρχείου | 295 KB |
Αριθμός Εγκαταστάσεων | 10,000 |
Τρέχουσα Έκδοση | 2.3.2 |
Τελευταία Ενημέρωση | 2022-12-05 |
Ημερομηνία Δημοσίευσης | 2022-02-28 |
Αξιολόγηση | 4.53/5 Συνολικά 57 Αξιολογήσεις |
Προγραμματιστής | https://video-cc-translator.github.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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": [ " |