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.

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

                        Smart text and subtitles translator. Translate any language in one click with eLang Extension. Watch YouTube videos, Netflix series, and Coursera classes in original.

★ TRANSLATE IN 1 CLICK texts and subtitles on Netflix, YouTube, Coursera
★ DETAILED INFO about the translated word: synonyms, pronunciation
★ SMART SUBTITLES for YouTube, Netflix, Coursera in 2 languages
★ CONVENIENTLY NAVIGATE through videos with ‘repeat’ and ‘slow repeat’ of phrases, search through subtitles
★ LIST of all subtitles with timecodes
★ ADD NEW WORDS with translation and context to your vocabulary
★ PLAY & EXERCISE your saved words on desktop and mobile
★ 102 LANGUAGES Available

eLang Extension is a smart translation tool for your browser. It works well both with text and videos, making it an essential assistant for work and language learning purposes.

Also you can train the words you translate in our new mobile app. It is free for 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

Install our extension and translate foreign content much faster! 

*** From eLang team ***
https://elang.app/games 
Spend your time wisely with our mobile games. We offer apps for every topic of English: irregular verbs, phrasal verbs, prepositions, vocabulary, and many more. Play with English words, improve your comprehension, and raise your English language level!

https://elang.app/elangtv 
eLang-TV - online service for learning English with your favorite videos on your mobile. Translate unknown words and phrases on the go!                    

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

Όνομα Learn languages with Netflix & YouTube Learn languages with Netflix & YouTube
ID lnjampkehdeoilenmkceiganjofpahbb
Επίσημο URL https://chromewebstore.google.com/detail/learn-languages-with-netf/lnjampkehdeoilenmkceiganjofpahbb
Περιγραφή Language learning with Netflix, YouTube, Coursera. eLang smart extension - dual subtitles, personal vocabulary & more
Μέγεθος Αρχείου 4.05 MB
Αριθμός Εγκαταστάσεων 1,161
Τρέχουσα Έκδοση 2.2.47
Τελευταία Ενημέρωση 2024-01-16
Ημερομηνία Δημοσίευσης 2021-11-10
Αξιολόγηση 4.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://elang.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://elang.app/
Διεύθυνση 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.47",
    "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
    }
}