Learn English with NETFLIX

The application converts subtitles into sentences with highlighting grammatical structures

¿Qué es Learn English with NETFLIX?

Learn English with NETFLIX es una extensión de Chrome desarrollada por https://eng4.me, y su función principal es "The application converts subtitles into sentences with highlighting grammatical structures".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Learn English with NETFLIX

Descarga archivos de extensión Learn English with NETFLIX en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The application converts subtitles into sentences with highlighting grammatical structures
We convert English subtitles from netflix videos into sentences, show the whole grammar, phrasal verbs, stable phrases in the sentence. Your vocabulary of English words + interval word training to learn them.                    

Información Básica de la Extensión

Nombre Learn English with NETFLIX Learn English with NETFLIX
ID kjlgnhhbebdhgeajbnjilhacdilmipgg
URL Oficial https://chrome.google.com/webstore/detail/learn-english-with-netfli/kjlgnhhbebdhgeajbnjilhacdilmipgg
Descripción The application converts subtitles into sentences with highlighting grammatical structures
Tamaño del Archivo 22.04 KB
Cantidad de Instalaciones 839
Versión Actual 1.0.3
Última Actualización 2020-09-09
Fecha de Publicación 2020-09-05
Desarrollador https://eng4.me
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://eng4.me
URL de la Página de Ayuda https://www.facebook.com/f.eng4.me/
Idiomas Soportados en,fr,es,it,pt-BR,pt-PT,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.3",
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "netflix_eng4-me.js",
        "netflix_eng4-me.css"
    ]
}