Vimeo Subtitle Translator - Dual Subtitles

Subtitle translator for Vimeo. Displays bilingual subtitles.

Vimeo Subtitle Translator - Dual Subtitles क्या है?

Vimeo Subtitle Translator - Dual Subtitles https://vimeo-dual-subtitles.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Subtitle translator for Vimeo. Displays bilingual subtitles."।

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

screenshot

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

crx प्रारूप में Vimeo Subtitle Translator - Dual Subtitles एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        🎯 Vimeo subtitle translator is a tool designed for translating subtitles in Vimeo videos. It enhances the original Vimeo subtitles by providing bilingual or dual subtitle options.

🌍 Vimeo subtitle translator is capable of translating the official subtitles/captions of videos hosted on the site vimeo.com into almost all widely used languages.

🛠 You have the flexibility to customize the styles of the subtitles. This includes setting styles for bilingual subtitles separately, such as font size, font color, font weight, opacity, background color, and more.

🚠 The subtitles are contained within a draggable box, allowing you to adjust their position according to your preference.

📂 Additionally, you can choose to download either the original or translated subtitles. With just one click, the subtitles will be saved to your local file.

👉 Key Features:
✅ Display bilingual subtitles
✅ Customizable subtitle styles
✅ Draggable subtitle position
✅ Download subtitles with one click
✅ Full-screen support

🏗 If you have any questions, feel free to reach out to me at [email protected].                    

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

नाम Vimeo Subtitle Translator - Dual Subtitles Vimeo Subtitle Translator - Dual Subtitles
ID kdkpngjibepkpikcelhcinhjdkengieb
आधिकारिक URL https://chromewebstore.google.com/detail/vimeo-subtitle-translator/kdkpngjibepkpikcelhcinhjdkengieb
विवरण Subtitle translator for Vimeo. Displays bilingual subtitles.
फ़ाइल का आकार 580 KB
स्थापना संख्या 2,320
वर्तमान संस्करण 2.2.0
अंतिम अपडेट 2024-02-20
प्रकाशन तिथि 2023-04-13
रेटिंग 4.08/5 कुल 12 रेटिंग्स
डेवलपर https://vimeo-dual-subtitles.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.vimeo-dual-subtitles.com
गोपनीयता नीति पृष्ठ URL https://www.vimeo-dual-subtitles.com/privacy
समर्थित भाषाएँ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,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_ext_fulltitle__",
    "description": "__MSG_ext_description__",
    "manifest_version": 3,
    "version": "2.2.0",
    "permissions": [
        "storage"
    ],
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.vimeo.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [],
    "host_permissions": [
        "https:\/\/*.vimeo-dual-subtitles.com\/"
    ]
}