Learn English with Youtube subtitles

The application converts subtitles into sentences with highlighting grammatical structures

¿Qué es Learn English with Youtube subtitles?

Learn English with Youtube subtitles 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 Youtube subtitles

Descarga archivos de extensión Learn English with Youtube subtitles 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

                        We convert English subtitles from youtube 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 Youtube subtitles Learn English with Youtube subtitles
ID kbpeagbddfkphnkphggbioocopckobmf
URL Oficial https://chrome.google.com/webstore/detail/learn-english-with-youtub/kbpeagbddfkphnkphggbioocopckobmf
Descripción The application converts subtitles into sentences with highlighting grammatical structures
Tamaño del Archivo 26.71 KB
Cantidad de Instalaciones 320
Versión Actual 1.0.1
Última Actualización 2020-06-03
Fecha de Publicación 2020-06-03
Calificación 5.00/5 Total de 2 Calificaciones
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.1",
    "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:\/\/*.youtube.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}