Learn English with Youtube subtitles

The application converts subtitles into sentences with highlighting grammatical structures

Qu'est-ce que Learn English with Youtube subtitles ?

Learn English with Youtube subtitles est une extension Chrome développée par https://eng4.me, et sa fonction principale est "The application converts subtitles into sentences with highlighting grammatical structures".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Learn English with Youtube subtitles

Téléchargez les fichiers d'extension Learn English with Youtube subtitles au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Learn English with Youtube subtitles Learn English with Youtube subtitles
ID kbpeagbddfkphnkphggbioocopckobmf
URL Officiel https://chrome.google.com/webstore/detail/learn-english-with-youtub/kbpeagbddfkphnkphggbioocopckobmf
Description The application converts subtitles into sentences with highlighting grammatical structures
Taille du Fichier 26.71 KB
Nombre d'Installations 320
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-06-03
Date de Publication 2020-06-03
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://eng4.me
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://eng4.me
URL de la Page d'Aide https://www.facebook.com/f.eng4.me
Langues Prises en Charge 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"
            ]
        }
    ]
}