Learn languages with Netflix & YouTube

Language learning with Netflix, YouTube, Coursera. eLang smart extension - dual subtitles, personal vocabulary & more

Τι είναι το Learn languages with Netflix & YouTube;

Το Learn languages with Netflix & YouTube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://elang.app, και η κύρια λειτουργία του είναι "Language learning with Netflix, YouTube, Coursera. eLang smart extension - dual subtitles, personal vocabulary & more".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Learn languages with Netflix & YouTube

Λήψη αρχείων επέκτασης Learn languages with Netflix & YouTube σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Master foreign languages with eLang, the smart language learning companion. Immerse in the world of your favorite Netflix shows, movies, YouTube videos, and Coursera courses and combine the fun with the rewarding. Say goodbye to tab switching and other inconveniences and focus on your watching.

🌟 SMART SUBTITLES: Enjoy YouTube, Netflix, and Coursera content subtitled in two languages simultaneously, making it easier to understand and learn.

🌟 FAST TRANSLATION: Make sense of what's happening on screen with instant translation of text and subtitles.

🌟 ALL ABOUT WORDS: Synonyms, pronunciation and other useful information at your disposal.

🌟 IMPROVED VIDEO NAVIGATION: Repeat phrases, slow down playback, and search for specific subtitles to improve your results.

🌟 SUBTITLES LIST: Get a timestamped list of subtitles for easy navigation and search.

🌟 BUILD YOUR DICTIONARY: Add words to your personal dictionary with translation and context of use.

🌟 PLAY & TRAIN: Practice and consolidate your vocabulary in an interactive and fun way.

🌟 WIDE TRANSLATION SUPPORT: Take advantage of translation support for 102 languages, making eLang accessible to learners around the world.

🌟 DOWNLOAD SUBTITLES FROM YOUTUBE, NETFLIX, AND COURSERA: Save important information, revise it and learn.

🌟 SPEECH-TO-TEXT: Use auto-generated subtitles in English for any video or during online calls/meetings.

🌟 QUICK ACCESS TO FAMOUS DICTIONARIES: Look up desired words in third-party dictionaries with ease.

eLang is the perfect tool to improve your foreign language skills with movies, videos, news, etc. Save money on tutors, learn from native speakers anywhere and choose engaging content. Learning a foreign language with Netflix, YouTube and Coursera is now available to everyone - try it today!

You can also practice your translated words with our mobile app. It's available for free on iOS and Android:

📱 App Store - https://apps.apple.com/by/app/elang-words-train-vocabulary/id1622786750
📱 Play Market - https://play.google.com/store/apps/details?id=com.englishingames.easy5


Add the eLang extension and start using it for free!

*** From the eLang team ***
https://elang.app/games
And if you're learning English, get the most out of it with our mobile games! We offer apps on different aspects of English, including irregular verbs, phrasal verbs, prepositions and more. Play, improve your understanding and increase your English proficiency!

https://elang.app/elangtv
eLang-TV is an online service for learning English with your favorite videos on your cell phone. Translate unfamiliar words and phrases on the go!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Learn languages with Netflix & YouTube Learn languages with Netflix & YouTube
ID cgelaojeiipaehoiiabkbickcpmpanel
Επίσημο URL https://chromewebstore.google.com/detail/learn-languages-with-netf/cgelaojeiipaehoiiabkbickcpmpanel
Περιγραφή Language learning with Netflix, YouTube, Coursera. eLang smart extension - dual subtitles, personal vocabulary & more
Μέγεθος Αρχείου 4.05 MB
Αριθμός Εγκαταστάσεων 7,310
Τρέχουσα Έκδοση 2.2.46
Τελευταία Ενημέρωση 2024-02-14
Ημερομηνία Δημοσίευσης 2020-06-30
Αξιολόγηση 4.16/5 Συνολικά 38 Αξιολογήσεις
Προγραμματιστής https://elang.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://elang.app/extension
Διεύθυνση URL της Σελίδας Βοήθειας https://elang.app/contacts
URL της Σελίδας Πολιτικής Απορρήτου https://elang.app/privacy
Υποστηριζόμενες Γλώσσες de,en,fr,vi,tr,es,it,pl,pt-BR,pt-PT,sv,ru,uk,hi,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "version": "2.2.46",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": ".\/popup.html",
        "default_title": "Open the popup",
        "default_icon": ".\/assets\/icons\/icon.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.firebasedatabase.app https:\/\/apis.google.com https:\/\/www.gstatic.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                ".\/content.dist.js"
            ],
            "css": [
                ".\/content.css",
                ".\/tailwind.dist.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": ".\/assets\/icons\/icon16.png",
        "48": ".\/assets\/icons\/icon48.png",
        "128": ".\/assets\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            ".\/background.dist.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "options_ui": {
        "page": ".\/options.html",
        "open_in_tab": true
    }
}