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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" ] } |