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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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]                    

拡張機能の基本情報

名前 Video CC translator 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
Eメール [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": [
                ""
            ]
        }
    ]
}