Lingopie - Language Learning with Netflix

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

O que é Lingopie - Language Learning with Netflix?

Lingopie - Language Learning with Netflix é uma extensão do Chrome desenvolvida por https://lingopie.com, e sua principal característica é "What if Netflix and Lingopie had a baby? Well, wonder no more, here it is!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Lingopie - Language Learning with Netflix

Baixe arquivos de extensão Lingopie - Language Learning with Netflix no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Lingopie - Language Learning with Netflix Lingopie - Language Learning with Netflix
ID okpndnhlmanejgfjlkpmgnebmeehakik
URL Oficial https://chromewebstore.google.com/detail/lingopie-language-learnin/okpndnhlmanejgfjlkpmgnebmeehakik
Descrição What if Netflix and Lingopie had a baby? Well, wonder no more, here it is!
Tamanho do Arquivo 16.34 MB
Contagem de Instalações 28,635
Versão Atual 1.3.8
Última Atualização 2024-02-20
Data de Publicação 2023-03-23
Classificação 3.67/5 Total de 30 Avaliações
Desenvolvedor https://lingopie.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}