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文件
下載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] 擴展基本資訊
| 名稱 | |
| ID | fhbpmacbgklobobcieiaoibpjhdnmcfn |
| 官方網址 | 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": [
" | |