NflxMultiSubs (Netflix Multi. Subtitles)
Bilingual Subtitles & Enhanced Experiences for Netflix
NflxMultiSubs (Netflix Multi. Subtitles)란 무엇입니까?
NflxMultiSubs (Netflix Multi. Subtitles)은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bilingual Subtitles & Enhanced Experiences for Netflix"입니다.
확장 프로그램 스크린샷
NflxMultiSubs (Netflix Multi. Subtitles) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
全球首款支援 Netflix 全語言雙字幕的 Chrome 擴充套件,提供您更佳的觀影體驗! Best extension ever to unleash bilingual subtitles on Netflix! **沒有廣告、完全免費 | FREE & NO ADS** • 我們做到了!支援全部語言作為第二字幕 • 智慧型選擇:看日本動畫自動顯示日語 • 整合原生播放介面選單,切換語言不違和 • 提供即時預覽的設定介面 • 也順便做了播放速度調整(按 "[" 和 "]" 鍵) • Full language support (including Japanese, Russian, …) for the secondary subtitles • Smart enough to match the secondary subtitles to audio tracks • Seamlessly integrated with native player menu -- switch subtitles in one place • Fantastic pop-up settings menu with live preview (during movie playback) • Oh… one more thing, adjust the playback rate by pressing "[" and "]" keys ---------------- 本套件為開源專案 (Open source on GitHub) https://github.com/dannvix/NflxMultiSubs ---------------- • 本套件與 Netflix, Inc. 無關,使用期間發生的問題此套件與開發者恕不負責喔 • 本套件可能與其他 Netflix 相關套件衝突,很遺憾,遇到問題時請擇一使用 • 本套件可能與「廣告阻擋」之類套件衝突,請自行將 netflix.com 加入白名單或暫時停用該套件 • 若無法播放影片,多按幾次重新整理試試看… • This extension is not affiliated with Netflix, Inc; All rights belong to their owners. • This extension could conflict with other extensions (for Netflix); If you encounter any problem, please leave one of them. • This extension could conflict with ad blockers; please add netflix.com to their whitelists or disable the ad blockers. • Hit refresh few times if the playback does not work…
확장 프로그램 기본 정보
이름 | NflxMultiSubs (Netflix Multi. Subtitles) |
ID | pjhnilfooknlkdonmjnleaomamfehkli |
공식 URL | https://chromewebstore.google.com/detail/nflxmultisubs-netflix-mul/pjhnilfooknlkdonmjnleaomamfehkli |
설명 | Bilingual Subtitles & Enhanced Experiences for Netflix |
파일 크기 | 121 KB |
설치 횟수 | 400,000 |
현재 버전 | 2.2.1 |
최근 업데이트 | 2021-11-13 |
출시 날짜 | 2020-05-04 |
평점 | 3.74/5 총 775 개의 평점 |
개발자 | Unknown |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/dannvix/NflxMultiSubs |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "NflxMultiSubs", "description": "Bilingual Subtitles & Enhanced Experiences for Netflix", "version": "2.2.1", "name": "NflxMultiSubs (Netflix Multi. Subtitles)", "manifest_version": 2, "author": "Dan Chen", "permissions": [ "storage", "https:\/\/www.netflix.com\/watch\/*", "https:\/\/assets.nflxext.com\/*" ], "background": { "scripts": [ "background.min.js" ] }, "browser_action": { "default_icon": "icon-gray.png", "default_popup": "settings.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "128": "icon128.png", "512": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "content.min.js" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "https:\/\/www.netflix.com\/*" ] }, "web_accessible_resources": [ "nflxmultisubs.min.js" ] } |