Nalan: Learn new languages using Netflix

Learn new languages effortlessly by watching Netflix

Nalan: Learn new languages using Netflix là gì?

Nalan: Learn new languages using Netflix là một tiện ích mở rộng Chrome được phát triển bởi willem.vermeulen, và tính năng chính của nó là "Learn new languages effortlessly by watching Netflix".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nalan: Learn new languages using Netflix

Tải xuống các tệp mở rộng Nalan: Learn new languages using Netflix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Ever wanted to learn a language but can’t find the motivation or time? Or simply looking for a more effective way to commit a language to memory? This extension will help you learn a new language with minimal effort, all while you Netflix n’ chill! 

-How does it work?
Simply create a free account by clicking on the extension after installing and selecting: 'Log in'.
After completing this simple step all you have to do is start watching your favourite show! If the subtitles are available in your new language you will receive a few words and their translation at the start of the episode so you can have a quick look at their meaning. This might take a moment every time you start a new show so don't worry.
Afterwards you can start watching and your newly learned words will start appearing in the subtitles instead of the words of your native language. By gradually introducing new words you won't have to pause the video after every scene to look at the translations of every word, or train yourself into reading two subtitles at the same time, as other extensions would make you do. You can just enjoy the show and over time you will start seeing more and more subtitles completly in your newly aquired language!

Don’t worry if you forget a word throughout the episode, you can hover over the subtitle at any time to see the translation!

All the words you learn are automatically saved! 

Without any effort you'll finally be able to speak French, Spanish, German...
All while watching your favourite shows!

The extension runs on Google Chrome on desktop and laptop computers running Windows and MacOS. You will need an active Netflix subscription.

New languages coming soon!

Current languages:
From English:
-Spanish
-French
-Portuguese
-German
-Dutch
-Italian

From Spanish:
-English

From French:
-English

From Portuguese:
-English

From Dutch:
-English

From Italian:
-English

From German:
-English                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nalan: Learn new languages using Netflix Nalan: Learn new languages using Netflix
ID pcaecdmllfggmcfgepgohceilchhdcig
URL Chính Thức https://chrome.google.com/webstore/detail/nalan-learn-new-languages/pcaecdmllfggmcfgepgohceilchhdcig
Mô tả Learn new languages effortlessly by watching Netflix
Kích Thước Tệp 36.7 KB
Số Lần Cài Đặt 362
Phiên Bản Hiện Tại 2.0.4
Cập Nhật Lần Cuối 2021-04-16
Ngày Phát Hành 2021-01-10
Đánh Giá 5.00/5 Tổng số 18 Đánh Giá
Nhà Phát Triển willem.vermeulen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,es,it,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "2.0.4",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "storage",
        "*:\/\/www.netflix.com\/*",
        "https:\/\/m0ow7x9ah5.execute-api.us-east-1.amazonaws.com\/*",
        "webNavigation"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/watch*"
            ],
            "js": [
                "netflixVideoContentScript.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.netflix.com\/browse*"
            ],
            "js": [
                "netflixHomepageContentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}