Learn Languages with Netflix
Learn Languages with netflix. This extension will show Subtitles
什麼是Learn Languages with Netflix?
Learn Languages with Netflix是由Learn Languages開發的Chrome擴展程式,該擴展的主要功能是“Learn Languages with netflix. This extension will show Subtitles”。
擴展截圖
下載Learn Languages with Netflix擴展crx文件
下載Learn Languages with Netflix擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you want to learn a new language, this exstension is for you. There are 2 modes: BASIC MODE You can learn languages with double sub-titles in 2 different languages. ADVANCED MODE When you have a good level you need the double sub-title only sometimes. In this mode the second subtitle will appear only when you press "S" key-button. Watch the tutorial before the use: https://youtu.be/_PDnSNgp-oQ Free trial for 7 days and then only 1,99 month for server cost.
擴展基本資訊
名稱 | |
ID | pjchiefjmkcbmhnhoffjhhgkfdkbkjhk |
官方網址 | https://chrome.google.com/webstore/detail/learn-languages-with-netf/pjchiefjmkcbmhnhoffjhhgkfdkbkjhk |
簡介 | Learn Languages with netflix. This extension will show Subtitles |
檔案大小 | 302 KB |
安裝次數 | 6,556 |
目前版本 | 1.6 |
更新時間 | 2023-01-12 |
上架時間 | 2021-07-17 |
評分 | 4.00/5 共 4 次評分 |
開發者 | Learn Languages |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | https://learnlanguages.io/ |
說明頁面URL | https://learnlanguages.io/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Learn Languages with Netflix", "description": "Learn Languages with netflix. This extension will show Subtitles", "version": "1.6", "name": "Learn Languages with Netflix", "manifest_version": 2, "permissions": [ "storage", "https:\/\/www.netflix.com\/watch\/*", "https:\/\/assets.nflxext.com\/*" ], "background": { "scripts": [ "js\/background.min.js" ] }, "browser_action": { "default_icon": "icons\/icon-gray.png", "default_popup": "settings.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "128": "icons\/icon128.png", "512": "icons\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "browser_action\/js\/jquery.min.js", "js\/content.min.js" ], "css": [ "css\/style.css" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/js.stripe.com\/v3\/; object-src 'self'", "externally_connectable": { "matches": [ "https:\/\/www.netflix.com\/*" ] }, "web_accessible_resources": [ "js\/nflxmultisubs.min.js" ] } |