Speechyard for Netflix

Learn English watching TV shows and movies on Netflix

Что такое Speechyard for Netflix?

Speechyard for Netflix - это расширение Chrome, разработанное https://speechyard.com, и его основная функция - "Learn English watching TV shows and movies on Netflix".

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

screenshot

Скачать файл CRX расширения Speechyard for Netflix

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

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

                        Learn English watching TV shows and movies.

This extension gives gives you the opportunity to translate unknown words right while you're watching movies on Netflix.

A Netflix subscription is necessary to use this extension.                    

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

Название Speechyard for Netflix Speechyard for Netflix
ID ieompfkbfmgldbklegjkbljclgncbagm
Официальный URL https://chromewebstore.google.com/detail/speechyard-for-netflix/ieompfkbfmgldbklegjkbljclgncbagm
Описание Learn English watching TV shows and movies on Netflix
Размер файла 60.8 KB
Количество установок 3,687
Текущая Версия 1.0.7
Последнее Обновление 2018-11-13
Дата публикации 2018-11-13
Рейтинг 3.40/5 Всего 5 оценок
Разработчик https://speechyard.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://speechyard.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speechyard for Netflix",
    "description": "Learn English watching TV shows and movies on Netflix",
    "version": "1.0.7",
    "icons": {
        "16": "images\/no-active.png"
    },
    "homepage_url": "http:\/\/speechyard.com",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/*"
            ],
            "js": [
                "js\/content-scripts\/lib\/jquery-3.1.1.min.js",
                "js\/lib\/require.min.js",
                "js\/modules\/codeInjector.js",
                "js\/modules\/config.js",
                "js\/modules\/translations.js",
                "js\/content-scripts\/init_metadata.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/modules\/config.js",
            "js\/modules\/translations.js",
            "js\/lib\/require.min.js",
            "js\/backend-scripts\/main.js",
            "js\/backend-scripts\/subtitles.js",
            "js\/backend-scripts\/facebook.js",
            "js\/backend-scripts\/request_hijacking.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webNavigation",
        "webRequestBlocking",
        "*:\/\/*.nflximg.com\/*",
        "*:\/\/*.nflxvideo.net\/*",
        "*:\/\/*.nflxext.com\/*",
        "*:\/\/*.netflix.com\/*",
        "*:\/\/*.nflximg.net\/*",
        "*:\/\/speechyard.com\/*"
    ],
    "browser_action": {
        "default_title": "Speechyard Netflix"
    }
}