Learn English with Youtube subtitles

The application converts subtitles into sentences with highlighting grammatical structures

Wat is Learn English with Youtube subtitles?

Learn English with Youtube subtitles is een Chrome-extensie ontwikkeld door https://eng4.me, en de belangrijkste functie is "The application converts subtitles into sentences with highlighting grammatical structures".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Learn English with Youtube subtitles

Download Learn English with Youtube subtitles-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Learn English with Youtube subtitles Learn English with Youtube subtitles
ID kbpeagbddfkphnkphggbioocopckobmf
Officiële URL https://chrome.google.com/webstore/detail/learn-english-with-youtub/kbpeagbddfkphnkphggbioocopckobmf
Beschrijving The application converts subtitles into sentences with highlighting grammatical structures
Bestandsgrootte 26.71 KB
Aantal Installaties 320
Huidige Versie 1.0.1
Laatst Bijgewerkt 2020-06-03
Publicatiedatum 2020-06-03
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://eng4.me
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://eng4.me
Help Pagina-URL https://www.facebook.com/f.eng4.me
Ondersteunde Talen 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"
            ]
        }
    ]
}