Fleex - Intelligent subtitles
Learn English watching Netflix, Amazon Prime Video, or YouTube
Fleex - Intelligent subtitles란 무엇입니까?
Fleex - Intelligent subtitles은(는) https://fleex.tv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn English watching Netflix, Amazon Prime Video, or YouTube"입니다.
확장 프로그램 스크린샷
Fleex - Intelligent subtitles 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Improve your language skills while enjoying your favorite movies or series. With smart subtitles translation from English to your native tongue, vocabulary lists, phrasal verbs you'll achieve astonishing progress. - Learn English watching your favorite videos from Netflix, Amazon Prime, and YouTube; - Subtitles are shown on demand, in English and/or in your language based on your settings; - Click any word to display its translations in context as well as related expressions; - Automatically build up your personal vocabulary list. For watching video at Netflix or Amazon Prime you will need the subscription to these services, or you can access any YouTube content for free. Want to know more? Visit fleex.tv!
확장 프로그램 기본 정보
이름 | Fleex - Intelligent subtitles |
ID | pocpeokkkifomeaaobopeacnnepnaldl |
공식 URL | https://chromewebstore.google.com/detail/fleex-intelligent-subtitl/pocpeokkkifomeaaobopeacnnepnaldl |
설명 | Learn English watching Netflix, Amazon Prime Video, or YouTube |
파일 크기 | 110 KB |
설치 횟수 | 11,432 |
현재 버전 | 2.2.41 |
최근 업데이트 | 2021-09-14 |
출시 날짜 | 2019-04-10 |
평점 | 2.90/5 총 146 개의 평점 |
개발자 | https://fleex.tv |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://fleex.tv/en/Legal/ExtensionPolicy |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "short_name": "__MSG_appShortName__", "default_locale": "en", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "version": "2.2.41", "permissions": [ "activeTab", "contextMenus", "webRequest", "webRequestBlocking", "*:\/\/*.nflximg.com\/*", "*:\/\/*.nflxvideo.net\/*", "*:\/\/*.nflxext.com\/*", "*:\/\/*.netflix.com\/*", "*:\/\/*.nflximg.net\/*", "*:\/\/*.primevideo.com\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/fleex.tv\/*", "*:\/\/reverso.net\/*" ], "web_accessible_resources": [ "img\/*.png", "img\/*.gif", "img\/*.svg" ], "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" } }, "background": { "scripts": [ "background-script.bundle.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*", "*:\/\/*.primevideo.com\/*", "*:\/\/*.youtube.com\/*" ], "js": [ "content-script.bundle.js" ], "run_at": "document_start", "css": [ "styles\/login.css", "styles\/no-target-subs-warning.css", "styles\/player.css", "styles\/video-hint.css" ] } ], "minimum_chrome_version": "33" } |