Learn English with Youtube subtitles

The application converts subtitles into sentences with highlighting grammatical structures

Cos'è Learn English with Youtube subtitles?

Learn English with Youtube subtitles è un'estensione di Chrome sviluppata da https://eng4.me, e la sua funzione principale è "The application converts subtitles into sentences with highlighting grammatical structures".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Learn English with Youtube subtitles

Scarica i file di estensione Learn English with Youtube subtitles in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Learn English with Youtube subtitles Learn English with Youtube subtitles
ID kbpeagbddfkphnkphggbioocopckobmf
URL Ufficiale https://chrome.google.com/webstore/detail/learn-english-with-youtub/kbpeagbddfkphnkphggbioocopckobmf
Descrizione The application converts subtitles into sentences with highlighting grammatical structures
Dimensione del File 26.71 KB
Conteggio Installazioni 320
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-06-03
Data di Pubblicazione 2020-06-03
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://eng4.me
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://eng4.me
URL della Pagina di Aiuto https://www.facebook.com/f.eng4.me
Lingue Supportate 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"
            ]
        }
    ]
}