Learn Languages with Netflix

Learn Languages with netflix. This extension will show Subtitles

Learn Languages with Netflix क्या है?

Learn Languages with Netflix Learn Languages द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn Languages with netflix. This extension will show Subtitles"।

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

screenshot

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

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

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

                        If you want to learn a new language, this exstension is for you. There are 2 modes:
BASIC MODE
You can learn languages with double sub-titles in 2 different languages.
ADVANCED MODE
When you have a good level you need the double sub-title only sometimes. In this mode the second subtitle will appear only when you press "S" key-button.

Watch the tutorial before the use: https://youtu.be/_PDnSNgp-oQ
Free trial for 7 days and then only 1,99 month for server cost.                    

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

नाम Learn Languages with Netflix Learn Languages with Netflix
ID pjchiefjmkcbmhnhoffjhhgkfdkbkjhk
आधिकारिक URL https://chrome.google.com/webstore/detail/learn-languages-with-netf/pjchiefjmkcbmhnhoffjhhgkfdkbkjhk
विवरण Learn Languages with netflix. This extension will show Subtitles
फ़ाइल का आकार 302 KB
स्थापना संख्या 6,556
वर्तमान संस्करण 1.6
अंतिम अपडेट 2023-01-12
प्रकाशन तिथि 2021-07-17
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर Learn Languages
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://learnlanguages.io/
सहायता पृष्ठ URL https://learnlanguages.io/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Learn Languages with Netflix",
    "description": "Learn Languages with netflix. This extension will show Subtitles",
    "version": "1.6",
    "name": "Learn Languages with Netflix",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "https:\/\/www.netflix.com\/watch\/*",
        "https:\/\/assets.nflxext.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon-gray.png",
        "default_popup": "settings.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "128": "icons\/icon128.png",
        "512": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "browser_action\/js\/jquery.min.js",
                "js\/content.min.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/js.stripe.com\/v3\/; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "https:\/\/www.netflix.com\/*"
        ]
    },
    "web_accessible_resources": [
        "js\/nflxmultisubs.min.js"
    ]
}