LingvoTV

Learn languages while watching movies online. Translate words and grow your vocabulary on the go.

What is LingvoTV?

LingvoTV is a Chrome extension developed by https://lingvo.tv, and its main feature is "Learn languages while watching movies online. Translate words and grow your vocabulary on the go.".

Extension Screenshots

screenshot
screenshot
screenshot

Download LingvoTV Extension CRX File

Download LingvoTV 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

                        Learn foreign languages while watching movies online!

Lingvo TV allows you to translate subtitles while you watch a movie online, simultaneously without distraction. This way, you can have fun and learn a foreign language at the same time.

Learning languages through movies is very efficient. You learn pronunciation, writing, and culture at the same time.

Supported services are Netflix, Amazon Video, and YouTube.

§ How?

LingvoTV mobile Web App receives subtitles from the movie while you watch it. It allows you to click on any word or word combination to translate it on any device, without stopping the movie!

§ Connect app and extension.

The extension is required to grab the subtitles from the movie and send them on to the Web App on your phone or any other device with a browser, which is why you need to play the movie in Chrome Browser.                    

Extension Basic Information

Name LingvoTV LingvoTV
ID dgeiagkojabjccafojhokcceakmehpbb
Official URL https://chromewebstore.google.com/detail/lingvotv/dgeiagkojabjccafojhokcceakmehpbb
Description Learn languages while watching movies online. Translate words and grow your vocabulary on the go.
File Size 10.21 KB
Installation Count 8,004
Current Version 0.7.0
Last Updated 2021-01-04
Publish Date 2016-09-26
Rating 3.23/5 Total 26 Ratings
Developer https://lingvo.tv
Email [email protected]
Payment Type free
Extension Website https://lingvo.tv
Privacy Policy Page URL http://lingvo.tv/terms.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LingvoTV",
    "version": "0.7.0",
    "manifest_version": 2,
    "description": "Learn languages while watching movies online. Translate words and grow your vocabulary on the go.",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "src\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.com.ca\/*",
                "*:\/\/*.amazon.com.cn\/*",
                "*:\/\/*.amazon.com.fr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.jp\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.se\/*"
            ],
            "js": [
                "src\/js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "src\/img\/logo-16x16.png",
        "48": "src\/img\/logo-48x48.png",
        "128": "src\/img\/logo-128x128.png"
    },
    "permissions": [],
    "web_accessible_resources": [],
    "homepage_url": "https:\/\/lingvo.tv"
}