LingvoTV

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

LingvoTV क्या है?

LingvoTV https://lingvo.tv द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn languages while watching movies online. Translate words and grow your vocabulary on the go."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LingvoTV एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम LingvoTV LingvoTV
ID dgeiagkojabjccafojhokcceakmehpbb
आधिकारिक URL https://chromewebstore.google.com/detail/lingvotv/dgeiagkojabjccafojhokcceakmehpbb
विवरण Learn languages while watching movies online. Translate words and grow your vocabulary on the go.
फ़ाइल का आकार 10.21 KB
स्थापना संख्या 8,004
वर्तमान संस्करण 0.7.0
अंतिम अपडेट 2021-01-04
प्रकाशन तिथि 2016-09-26
रेटिंग 3.23/5 कुल 26 रेटिंग्स
डेवलपर https://lingvo.tv
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://lingvo.tv
गोपनीयता नीति पृष्ठ URL http://lingvo.tv/terms.html
समर्थित भाषाएँ 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"
}