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은(는) https://video-cc-translator.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can translate closed captions provided by video platforms (Udemy, Udacity, Youtube) into your preferred language."입니다.
확장 프로그램 스크린샷
Video CC translator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
💡 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": [ " |