Subtitle Translator

Translate subtitles on the fly from Netflix, SVT Play or CMore.

Subtitle Translator क्या है?

Subtitle Translator 42Labs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translate subtitles on the fly from Netflix, SVT Play or CMore."।

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

screenshot

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

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

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

                        For when you want to watch a foreign movie that is missing subtitles in your language. 

Works with Netflix, SVT Play and CMore. Feel free to reach out if you would like support for some other service. There might be more generic support coming.

Make sure to go in to the extension settings to set which source & target languages you are using.                    

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

नाम Subtitle Translator Subtitle Translator
ID oflffkldeingomefcemegfmnbfdeblbk
आधिकारिक URL https://chromewebstore.google.com/detail/subtitle-translator/oflffkldeingomefcemegfmnbfdeblbk
विवरण Translate subtitles on the fly from Netflix, SVT Play or CMore.
फ़ाइल का आकार 13.57 KB
स्थापना संख्या 1,267
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-03-19
प्रकाशन तिथि 2022-01-09
रेटिंग 5.00/5 कुल 8 रेटिंग्स
डेवलपर 42Labs
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Subtitle Translator",
    "description": "Translate subtitles on the fly from Netflix, SVT Play or CMore.",
    "version": "1.0",
    "icons": {
        "16": "\/images\/st16.png",
        "32": "\/images\/st32.png",
        "48": "\/images\/st48.png",
        "128": "\/images\/st128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Click to translate"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}