Multi Subsitles for Youtube

Display as many subtitles as you like. Different languages, translated, auto-generated. NO dependency on third-party server

Multi Subsitles for Youtube란 무엇입니까?

Multi Subsitles for Youtube은(는) https://garywill.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display as many subtitles as you like. Different languages, translated, auto-generated. NO dependency on third-party server"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Multi Subsitles for Youtube 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Watch with as many subtitles on as you like at the same time.
(This is an addon that just works. Don't expect fancy UI)

Disclaimer: *Youtube* is a trademark of Google LLC. We're not employee or a part of them.

## Features

- 🎞️ Display as many subtitles as you like
- 🎞️ Support auto-generated subtitle also
- 🎞️ Support machine-translated subtitle also (including translating from auto-generated)
    You should know machine-translate is NOT 100% correct. It could contain lots of mistakes.
- 🛡️ No third-party server needed
- 🛡️ No confliction with Youtube web player's CC
- 🛡️ Maximum safety:
  - No injection if you don't click the toolbar button.
  - Minimum permission required.
  - UI on browser toolbar, inject as less as possible to web

[More of my addons]  
  https://garywill.github.io 

Youtube has videos that provide subtitles (CC, closed captions) in different languages, but will not display more than one simultaneously on itself's web player. Why not display several at the same time? Why not? 

Nothing fancy, this is a browser addon that works! **Watch with two subtitles on. Even more, three, four, five ... Simultaneously.**

Display as many as you like! Different languages, translated, auto-generated ...

Useful for leaning foreign languages.

## Testing videos

1. [Video with only auto-generated English CC] 
  https://www.youtube.com/watch?v=hn5BkviAyvQ 

2. [Video with non-English and auto-generated English CCs] 
  https://www.youtube.com/watch?v=M0k5AfBnIQs 

3. [Video with CCs in different languages without auto-generated English] 
  https://www.youtube.com/watch?v=otjvUz7qKXc 

Disclaiming again: We are not affiliated with Google, LLC.                    

확장 프로그램 기본 정보

이름 Multi Subsitles for Youtube Multi Subsitles for Youtube
ID iofkfippgombbpmcndmjdkdmmmchpill
공식 URL https://chromewebstore.google.com/detail/multi-subsitles-for-youtu/iofkfippgombbpmcndmjdkdmmmchpill
설명 Display as many subtitles as you like. Different languages, translated, auto-generated. NO dependency on third-party server
파일 크기 21.17 KB
설치 횟수 1,607
현재 버전 0.9.32
최근 업데이트 2023-03-21
출시 날짜 2021-12-20
평점 4.83/5 총 6 개의 평점
개발자 https://garywill.github.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/garywill/multi-subs-yt
도움말 페이지 URL https://github.com/garywill/multi-subs-yt
개인정보 보호 정책 페이지 URL https://github.com/garywill/garywill/blob/privacy_policy/README.md
지원되는 언어 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Multi Subsitles for Youtube",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 3,
    "version": "0.9.32",
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/garywill\/multi-subs-yt",
    "author": {
        "name": "Garywill",
        "url": "https:\/\/garywill.github.io"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_title": "Multi Subsitles Youtube",
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inline-get.js",
                "inline-remove.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ]
}