Netflix Simple Subs: Remove Closed Captions
Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only.
Netflix Simple Subs: Remove Closed Captions란 무엇입니까?
Netflix Simple Subs: Remove Closed Captions은(는) Chris Varenhorst에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only."입니다.
확장 프로그램 스크린샷
Netflix Simple Subs: Remove Closed Captions 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Remove closed captioning (CC) from Netflix's English subtitles. You'll no longer see things like [suspenseful music] or (indistinct radio chatter). This this extension subtitles should only show dialogue. ==CHANGELOG== - 0.2: Updated title. Minor tweaks. Chrome Web Store. now requires a screenshot
확장 프로그램 기본 정보
이름 | Netflix Simple Subs: Remove Closed Captions |
ID | koadefadeidjncbgflkeljlalcopflef |
공식 URL | https://chromewebstore.google.com/detail/netflix-simple-subs-remov/koadefadeidjncbgflkeljlalcopflef |
설명 | Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only. |
파일 크기 | 33.26 KB |
설치 횟수 | 108 |
현재 버전 | 0.2 |
최근 업데이트 | 2020-01-27 |
출시 날짜 | 2020-01-26 |
평점 | 4.50/5 총 8 개의 평점 |
개발자 | Chris Varenhorst |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Simple Subs: Remove Closed Captions", "version": "0.2", "manifest_version": 2, "description": "Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only.", "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "jquery-2.1.4.min.js", "content.js" ], "run_at": "document_idle" } ] } |