Lingopie - Language Learning with Netflix

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

什麼是Lingopie - Language Learning with Netflix?

Lingopie - Language Learning with Netflix是由https://lingopie.com開發的Chrome擴展程式,該擴展的主要功能是“What if Netflix and Lingopie had a baby? Well, wonder no more, here it is!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Lingopie - Language Learning with Netflix擴展crx文件

下載Lingopie - Language Learning with Netflix擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Lingopie - Language Learning with Netflix Lingopie - Language Learning with Netflix
ID okpndnhlmanejgfjlkpmgnebmeehakik
官方網址 https://chromewebstore.google.com/detail/lingopie-language-learnin/okpndnhlmanejgfjlkpmgnebmeehakik
簡介 What if Netflix and Lingopie had a baby? Well, wonder no more, here it is!
檔案大小 16.34 MB
安裝次數 28,635
目前版本 1.3.8
更新時間 2024-02-20
上架時間 2023-03-23
評分 3.67/5 共 30 次評分
開發者 https://lingopie.com
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}