LingvoTV

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

什么是LingvoTV?

LingvoTV是由https://lingvo.tv开发的Chrome扩展程序,该扩展的主要功能是“Learn languages while watching movies online. Translate words and grow your vocabulary on the go.”。

扩展截图

screenshot
screenshot
screenshot

下载LingvoTV扩展crx文件

下载LingvoTV扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}