Lingopie - Language Learning with Netflix

What if Netflix and Lingopie had a baby? Well, wonder no more, here it is!

What is Lingopie - Language Learning with Netflix?

Lingopie - Language Learning with Netflix is a Chrome extension developed by https://lingopie.com, and its main feature is "What if Netflix and Lingopie had a baby? Well, wonder no more, here it is!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Lingopie - Language Learning with Netflix Extension CRX File

Download Lingopie - Language Learning with Netflix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Exciting Update:

We've added all your favorite features from the Lingopie player to our extension, including My Vocab and Grammar assistant. 
Now, you can explore word meanings and practice new vocabulary right within the player!

Your feedback is important to us. If you encounter any technical issues, please report them at https://help.lingopie.com/support/home. Your help is making Lingopie even better!

Master language learning with Netflix and Lingopie's interactive language learning tools!

Discover Lingopie for Netflix, the cutting-edge language learning extension that empowers you to learn a new language while watching your favorite Netflix shows. Seamlessly turn Netflix shows or movies into an engaging language learning lesson with Netflix language learning subtitles.

How Lingopie Enhances Netflix Language Learning:
🟠 As you enjoy your Netflix content, Lingopie presents dual subtitles simultaneously – one in your native language and another in the language you're learning. Each word, phrase, and slang is clickable for instant translations, accelerating your language learning journey!

Available Languages: Spanish, French, German, Italian, Korean, and many more.
Coming Soon: English.

Quick Netflix Extension Install:
🟠 Begin your language learning with Netflix in just a few clicks and learn language with Netflix like never before!

Interactive Netflix Learning Experience:
🟠 Lingopie enhances your Netflix viewing experience with a fun, interactive layer, providing dual subtitles to boost your language skills as you enjoy your favorite shows as usual.

Interactive Vocabulary Practice:
🟠 With Netflix dual subtitles, click on words, phrases, and slang for immediate translations, definitions, and grammar tips. Lingopie lets you automatically generate personalized vocabulary lists for review.

Games, Flashcards, and More:
🟠 Turbocharge your language learning journey with games, flashcard practice, and other interactive challenges using Lingopie’s interactive language learning tools.

Track Your Progress:
🟠 Monitor your language learning journey with real-time analytics, set personal goals, and visualize your improvement through detailed statistics.

You won't find such a revolutionary tool for language learning with Netflix in any other extensions, like Language Reactor! Install and see the difference for yourself.

For assistance or to report issues with the Netflix extension, email [email protected].

************** YOUR PRIVACY IS LINGOPIE'S TOP PRIORITY ***************

Lingopie is solely focused on providing an interactive language learning experience. The extension is built to provide dual subtitles and translations for your Netflix shows. We have no interest in tracking your online activities or collecting personal information. Your privacy matters to us.

Disclaimer: Netflix is a registered trademark. Lingopie is not affiliated with Netflix.                    

Extension Basic Information

Name Lingopie - Language Learning with Netflix Lingopie - Language Learning with Netflix
ID okpndnhlmanejgfjlkpmgnebmeehakik
Official URL https://chromewebstore.google.com/detail/lingopie-language-learnin/okpndnhlmanejgfjlkpmgnebmeehakik
Description What if Netflix and Lingopie had a baby? Well, wonder no more, here it is!
File Size 16.34 MB
Installation Count 28,635
Current Version 1.3.8
Last Updated 2024-02-20
Publish Date 2023-03-23
Rating 3.67/5 Total 30 Ratings
Developer https://lingopie.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lingopie - Language Learning with Netflix",
    "description": "What if Netflix and Lingopie had a baby? Well, wonder no more, here it is!",
    "version": "1.3.8",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "setup.js"
            ],
            "css": [
                "dist\/assets\/index-f144b1d4.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.lingopie.com\/*"
            ],
            "js": [
                "extensionLoaded.js"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        }
    ],
    "action": {
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/assets\/index-35065785.js"
            ],
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ]
}