LingvoTV
Learn languages while watching movies online. Translate words and grow your vocabulary on the go.
Τι είναι το LingvoTV;
Το LingvoTV είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://lingvo.tv, και η κύρια λειτουργία του είναι "Learn languages while watching movies online. Translate words and grow your vocabulary on the go.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης LingvoTV
Λήψη αρχείων επέκτασης 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 |
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" } |