Yazyk: Language Learning App for Netflix

Yazyk allows you to learn a new language while watching your favorite Netflix shows and movies.

Что такое Yazyk: Language Learning App for Netflix?

Yazyk: Language Learning App for Netflix - это расширение Chrome, разработанное Yazyk, и его основная функция - "Yazyk allows you to learn a new language while watching your favorite Netflix shows and movies.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Yazyk: Language Learning App for Netflix

Скачайте файлы расширений Yazyk: Language Learning App for Netflix в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        • Dive into the revolution of language learning with our advanced language-learning extension, powered by the modern language learning methodologies! Join thousands of learners around the world and turn your Netflix binge into a fun, immersive, and interactive language-learning journey. Here's how we're transforming the way you learn:

Our current supported languages are: Chinese (中文), Dutch (Nederlands), English (English), French (Français), German (Deutsch), Hebrew (עברית), Japanese (日本語) Korean (한국어), Polish (Polski), Russian (Русский), Spanish (Español), Turkish (Türkçe), Ukrainian (Українська) (Write in the discord  https://discord.com/invite/zA4wmQN if you want a language to be implemented!)


1. 📖✌️ Dual Subtitles: subtitles in your TL (target language) and your native language.
2. 🤖🌐 Translations: The best translations from the best sources.
3. 🌱 Stem Word: Learn from which stem the word your hovering comes from.
4. 🔊🗣️ Pronunciation: Listen and replicate word sounds.
5. ⏸️🔚 Smart pause: Pause the movie after a sentence ends.
6. 📖📝 Smart restart after delay: Restart the movie after a delay based on the length of the sentence.
7. Account: Create an account to save your progress and access your learning sessions from anywhere.
8. 🌟📘 Bookmarks: Bookmark words to learn them later.
9. 🤖 Telegram Bot: Personalised bot that sends you learning sessions to memorise words better.

Embrace a novel way to master languages with Netflix using our groundbreaking extension. Dive in now and unveil a world of linguistic exploration!

• Discussions:

Discord: https://discord.gg/zAmzU4wmQN
Github: https://github.com/yazykextension/forum/discussions
Telegram: https://t.me/+QmmVGxbf-Po0NGI0

• Contact:                    

Основная информация о расширении

Название Yazyk: Language Learning App for Netflix Yazyk: Language Learning App for Netflix
ID hbghjfaenddmdpbkobgdcgkmcdcdjjko
Официальный URL https://chromewebstore.google.com/detail/yazyk-language-learning-a/hbghjfaenddmdpbkobgdcgkmcdcdjjko
Описание Yazyk allows you to learn a new language while watching your favorite Netflix shows and movies.
Размер файла 8.77 MB
Количество установок 58
Текущая Версия 2.12
Последнее Обновление 2024-03-05
Дата публикации 2023-06-17
Рейтинг 5.00/5 Всего 7 оценок
Разработчик Yazyk
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://docs.google.com/document/u/2/d/e/2PACX-1vSITdJutrkK5AtdFmkDTZrPhQlQtgMBGY75B0x2-qUkiKIKjIhQTLM1W6n1ShfTDMSAPON-R26vS99j/pub
Поддерживаемые языки de,en,fr,nl,tr,es,pl,ru,uk,iw,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ExtensionName__",
    "description": "__MSG_ExtensionDescription__",
    "default_locale": "en",
    "version": "2.12",
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logo.png",
        "icons": {
            "16": "logo.png",
            "32": "logo.png",
            "48": "logo.png",
            "128": "logo.png"
        }
    },
    "host_permissions": [
        "https:\/\/papago.naver.com\/*",
        "https:\/\/translate.yandex.net\/*",
        "https:\/\/translate.yandex.com\/*",
        "https:\/\/www.pealim.com\/search\/*",
        "https:\/\/www.morfix.co.il\/*",
        "https:\/\/www2.deepl.com\/jsonrpc\/*",
        "https:\/\/clients5.google.com\/translate_a\/t\/*",
        "https:\/\/www.oxfordlearnersdictionaries.com\/*",
        "https:\/\/voice.reverso.net\/*",
        "https:\/\/context.reverso.net\/*",
        "https:\/\/dict.deepl.com\/*",
        "https:\/\/translate.googleapis.com\/*",
        "https:\/\/www.online-translator.com\/*",
        "https:\/\/static.deepl.com\/*",
        "https:\/\/ipinfo.io\/*",
        "https:\/\/cloudtts.com\/*",
        "https:\/\/yazyk-sentence-separator.fly.dev\/*",
        "https:\/\/api.themoviedb.org\/*",
        "https:\/\/gqlos.plus-sub.com\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "module": true
    },
    "content_scripts": [
        {
            "world": "MAIN",
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "resources.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}