closed caption - dual subtitle viewer

Extension for viewing another language subtitles and existing subtitles together

closed caption - dual subtitle viewerとは何ですか?

closed caption - dual subtitle viewerはTakhyun Kimによって開発されたChromeの拡張機能で、その主な機能は「Extension for viewing another language subtitles and existing subtitles together」です。

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

screenshot
screenshot
screenshot
screenshot

closed caption - dual subtitle viewer拡張機能のCRXファイルをダウンロード

closed caption - dual subtitle viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Watch subtitles in your preferred language alongside existing subtitles with just one click!

🚀 Supported sites
- netflix
- youtube
- udemy
- ted
- etc...

⭐️ Supported features
- Support for dual closed captions
- change the closed captions size
- Supports a lot of language

If you have any sites you'd like to see added, or any other questions, please contact us at [email protected]                    

拡張機能の基本情報

名前 closed caption - dual subtitle viewer closed caption - dual subtitle viewer
ID pjfhdffkbjfneojiamjnooaagomkimde
公式URL https://chromewebstore.google.com/detail/closed-caption-dual-subti/pjfhdffkbjfneojiamjnooaagomkimde
説明 Extension for viewing another language subtitles and existing subtitles together
ファイルサイズ 58.99 KB
インストール数 895
現在のバージョン 2.8.0
最終更新日 2024-01-04
公開日 2022-10-19
評価 4.50/5 合計 2 レビュー
開発者 Takhyun Kim
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/TakhyunKim/closed-caption-extension
プライバシーポリシーページのURL https://takhyunkim.notion.site/Privacy-Policy-8bd4aed00ac3404aa107e91165965ebd?pvs=4
対応言語 de,en,fil,fr,vi,tr,ca,da,es,pl,fi,cs,el,bg,uk,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "manifest_version": 3,
    "version": "2.8.0",
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "commands"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/kitty-16.png",
            "32": "assets\/kitty-32.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            }
        },
        "active-translate": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Toggle translate"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/frontendmasters.com\/*",
                "*:\/\/www.udemy.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/epicreact.dev\/*",
                "*:\/\/www.ted.com\/*",
                "*:\/\/www.netflix.com\/*",
                "*:\/\/threejs-journey.com\/*",
                "*:\/\/start.ru\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/kitty-16.png",
        "32": "assets\/kitty-32.png",
        "48": "assets\/kitty-48.png",
        "128": "assets\/kitty-128.png"
    }
}