DuoTok: watch Netflix to learn languages
Learn languages while watching your favorite TV shows on Netflix
DuoTok: watch Netflix to learn languages क्या है?
DuoTok: watch Netflix to learn languages janvi kalra द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn languages while watching your favorite TV shows on Netflix"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DuoTok: watch Netflix to learn languages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension enables you to learn languages while watching your favorite shows on Netflix! When you open the popup, you can choose what language you would like to learn -- there are 38 different langauges to choose from. When you navigate to any show or movie on Netflix, the subtitles and dubbing for the chosen languages will appear if available, along with the English translation underneath. Further, when you click on a word in the subtitle, the word's definition, romanization (ex: pinyin), part of speech, and an example sentence with that word will show up. You can change the language you are trying to learn at any point using the popup. You can also turn the extension on and off with the toggle on the popup. Finally, you also use Netflix features like slowing down the video to make the learning more accessible. Happy learning!
एक्सटेंशन की मूल जानकारी
नाम | DuoTok: watch Netflix to learn languages |
ID | npfjegloebdbeaipmimaphnmagoebmag |
आधिकारिक URL | https://chromewebstore.google.com/detail/duotok-watch-netflix-to-l/npfjegloebdbeaipmimaphnmagoebmag |
विवरण | Learn languages while watching your favorite TV shows on Netflix |
फ़ाइल का आकार | 152 KB |
स्थापना संख्या | 147 |
वर्तमान संस्करण | 0.0.8 |
अंतिम अपडेट | 2023-05-22 |
प्रकाशन तिथि | 2023-04-26 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | janvi kalra |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://twitter.com/janvikalra_ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "service_worker": "service_worker.js" }, "action": { "default_title": "DuoTok: watch Netflix to learn languages", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "jquery.min.js", "prepare.js", "angular.min.js", "ng-file-model.min.js", "utils.js", "content_scripts\/word_definitions.js", "content_scripts\/on_off.js", "content_scripts\/duotok_root.js", "content_scripts\/subtitles.js", "content_scripts\/openai_queries.js" ], "matches": [ "https:\/\/www.netflix.com\/*" ], "runAt": "document_start" } ], "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "https:\/\/www.netflix.com\/*" ] } ], "permissions": [ "storage", "tabs" ], "description": "Learn languages while watching your favorite TV shows on Netflix", "icons": { "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 3, "name": "DuoTok: watch Netflix to learn languages", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.8" } |