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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display as many subtitles as you like. Different languages, translated, auto-generated. NO dependency on third-party server"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Multi Subsitles for Youtube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
            ]
        }
    ]
}