MovieLingo: Learn languages with Netflix

MovieLingo is a Chrome extension designed to learn foreign languages by watching Netflix.

MovieLingo: Learn languages with Netflix क्या है?

MovieLingo: Learn languages with Netflix movielingo.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "MovieLingo is a Chrome extension designed to learn foreign languages by watching Netflix."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Stop feeling guilty binging a show on Netflix. With MovieLingo, it's learning.

Re-watch your favorite shows for the hundredth time by switching the language. With MovieLingo, you choose what to learn by picking movies and TV series of interest.

How to get started?
1. Add MovieLingo to Chrome.
2. Sign in to your streaming platform.
3. Start a movie or TV Series.
4. Two new icons will appear directly in the player right before the “Next Episode” button (Netflix):
   • The MovieLingo icon works as a switch to enable the extension features. To start learning, make sure the plugin is on. 
   • The settings icon allows you to set the languages and customize the dual subtitles. 

Hit play when you’re ready, and follow the dialogue as you watch. You can save new words and phrases as notes. Your notes will be visible on the collapsible side panel.

There's no better way to study than by entertainment. So pick a show or movie to watch and master Spanish, French, German… or all of them at once!

Disclaimer: All product and company names are trademarks or registered trademarks of their respective holders. This extension holds no association or affiliation with them or any third-party companies.                    

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

नाम MovieLingo: Learn languages with Netflix MovieLingo: Learn languages with Netflix
ID mcbfjeiacbbjiaijjhapookfbbmioalj
आधिकारिक URL https://chromewebstore.google.com/detail/movielingo-learn-language/mcbfjeiacbbjiaijjhapookfbbmioalj
विवरण MovieLingo is a Chrome extension designed to learn foreign languages by watching Netflix.
फ़ाइल का आकार 44.42 MB
स्थापना संख्या 223
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-09-22
प्रकाशन तिथि 2023-07-19
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर movielingo.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.movielingo.app/
समर्थित भाषाएँ de,en,fr,es,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "cookies"
    ],
    "default_locale": "en",
    "host_permissions": [
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.apple.com\/*",
        "*:\/\/*.bamgrid.com\/*",
        "*:\/\/*.disneyplus.com\/*",
        "*:\/\/*.hbo.com\/*",
        "*:\/\/*.hbomax.com\/*",
        "*:\/\/*.hulu.com\/*",
        "*:\/\/*.netflix.com\/*",
        "*:\/\/*.paramountplus.com\/*",
        "*:\/\/*.peacocktv.com\/*",
        "*:\/\/*.primevideo.com\/*",
        "*:\/\/*.tubitv.com\/*",
        "*:\/\/*.pluto.tv\/*",
        "*:\/\/*.deepl.com\/*",
        "*:\/\/*.movielingo.app\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "js\/vendor\/jquery-3.4.1.min.js",
                "js\/waitForElm.js",
                "js\/api\/MovieLingoApi.js",
                "js\/BackgroundMessenger.js",
                "js\/NotesHandler.js",
                "js\/images.js",
                "js\/common.js",
                "js\/netflix.js",
                "js\/tutorial.js"
            ],
            "css": [
                "styles\/styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/netflixInject.js",
                "html\/*",
                "fonts\/*",
                "images\/*"
            ],
            "matches": [
                "https:\/\/www.netflix.com\/*",
                "https:\/\/netflix.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "\/images\/MovieLingoLogos\/movielingo16.png",
            "32": "\/images\/MovieLingoLogos\/movielingo32.png",
            "48": "\/images\/MovieLingoLogos\/movielingo48.png",
            "128": "\/images\/MovieLingoLogos\/movielingo128.png"
        }
    },
    "icons": {
        "16": "\/images\/MovieLingoLogos\/movielingo16.png",
        "32": "\/images\/MovieLingoLogos\/movielingo32.png",
        "48": "\/images\/MovieLingoLogos\/movielingo48.png",
        "128": "\/images\/MovieLingoLogos\/movielingo128.png"
    }
}