YouTube™ dual subtitles

Automatically switch to local language, bilingual subtitles, subtitle download, subtitle dubbing, custom subtitle style.

YouTube™ dual subtitles क्या है?

YouTube™ dual subtitles https://dual-subtitles.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically switch to local language, bilingual subtitles, subtitle download, subtitle dubbing, custom subtitle style."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में YouTube™ dual subtitles एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Default subtitles:
Set the translation language.

Single subtitle:
Switch between bilingual subtitles and single subtitles.

Subtitle download:
Download video subtitles and translated subtitles, support .txt, .srt.

Custom subtitle style:
Font size, font, color, background, order, text stroke, spacing.
Single subtitle and double subtitle can be set separately.
Custom styles can be turned off.

More optimizations:
Video quality lock
Video autoplay lock
Subtitle status locked
Subtitle position lock
Subtitle text copy

Extension right-click menu:
hide download menu
Release Notes

More tips:
⚠️ After the first installation, you need to refresh the YouTube page.
The initial language of the default subtitles is the browser language.
Bilingual subtitles use video subtitles first, and fall back to machine translation if not.

feedback email
[email protected]                    

एक्सटेंशन की मूल जानकारी

नाम YouTube™ dual subtitles YouTube™ dual subtitles
ID hkbdddpiemdeibjoknnofflfgbgnebcm
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-dual-subtitles/hkbdddpiemdeibjoknnofflfgbgnebcm
विवरण Automatically switch to local language, bilingual subtitles, subtitle download, subtitle dubbing, custom subtitle style.
फ़ाइल का आकार 114 KB
स्थापना संख्या 300,000
वर्तमान संस्करण 3.6.7
अंतिम अपडेट 2022-04-27
प्रकाशन तिथि 2020-10-12
रेटिंग 4.36/5 कुल 752 रेटिंग्स
डेवलपर https://dual-subtitles.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.dual-subtitles.com
गोपनीयता नीति पृष्ठ URL https://www.dual-subtitles.com/privacy-policy
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "3.6.7",
    "default_locale": "en",
    "icons": {
        "16": "assets\/16.png",
        "32": "assets\/32.png",
        "48": "assets\/36.png",
        "128": "assets\/128.png"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube-nocookie.com\/embed\/*"
            ],
            "js": [
                "subtitles.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*",
                "https:\/\/www.youtube.com\/embed\/*",
                "https:\/\/www.youtube-nocookie.com\/embed\/*"
            ],
            "js": [
                "watch.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "declarativeContent",
        "contextMenus",
        "fontSettings",
        "https:\/\/www.youtube.com\/",
        "https:\/\/www.youtube-nocookie.com\/"
    ],
    "manifest_version": 2
}