Learn English with Youtube subtitles

The application converts subtitles into sentences with highlighting grammatical structures

What is Learn English with Youtube subtitles?

Learn English with Youtube subtitles is a Chrome extension developed by https://eng4.me, and its main feature is "The application converts subtitles into sentences with highlighting grammatical structures".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Learn English with Youtube subtitles Extension CRX File

Download Learn English with Youtube subtitles extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Learn English with Youtube subtitles Learn English with Youtube subtitles
ID kbpeagbddfkphnkphggbioocopckobmf
Official URL https://chrome.google.com/webstore/detail/learn-english-with-youtub/kbpeagbddfkphnkphggbioocopckobmf
Description The application converts subtitles into sentences with highlighting grammatical structures
File Size 26.71 KB
Installation Count 320
Current Version 1.0.1
Last Updated 2020-06-03
Publish Date 2020-06-03
Rating 5.00/5 Total 2 Ratings
Developer https://eng4.me
Email [email protected]
Payment Type free
Extension Website https://eng4.me
Help Page URL https://www.facebook.com/f.eng4.me
Supported Languages 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"
            ]
        }
    ]
}