Netflix CC Enhancer
Closed captioning enhancer for Netflix removes SDH parts and song lyrics from subtitles and offers its visual adjustment.
Netflix CC Enhancer란 무엇입니까?
Netflix CC Enhancer은(는) Apoc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Closed captioning enhancer for Netflix removes SDH parts and song lyrics from subtitles and offers its visual adjustment."입니다.
확장 프로그램 스크린샷
Netflix CC Enhancer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension offers an ability to remove parts of an SDH (subtitles for deaf and hard of hearing) and song lyrics in Netflix movies. On top of that it allowed to customize visual aspect of a subtitles like text colour, size, stroke, adding an overlay or changing a font. In some movies, we don't have a choice but to see this annoying texts that are flooding our screen when something interesting is happening. Instead of reading parts like [tension music], (DOGS HOWLING) or ♪ Let's sing together ♪, you can now focus on a movie. Every setting can be enabled or disabled to your needs. Shout-out to SRT Cleaner by Subtitle Tools. Logo created from pictures by Freepik.
확장 프로그램 기본 정보
이름 | |
ID | afnjkpkdmepcchbkpgnljhncnagffkao |
공식 URL | https://chromewebstore.google.com/detail/netflix-cc-enhancer/afnjkpkdmepcchbkpgnljhncnagffkao |
설명 | Closed captioning enhancer for Netflix removes SDH parts and song lyrics from subtitles and offers its visual adjustment. |
파일 크기 | 27.86 KB |
설치 횟수 | 85 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2023-07-31 |
출시 날짜 | 2023-07-31 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Apoc |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix CC Enhancer", "description": "Closed captioning enhancer for Netflix removes SDH parts and song lyrics from subtitles and offers its visual adjustment.", "version": "1.0.0", "author": "Apoc", "manifest_version": 3, "icons": { "16": "img\/logo-16.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/logo-48.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.chunk-4b5fcba1.5e7b2c31.js" ], "run_at": "document_start", "matches": [ "*:\/\/*.netflix.com\/*" ] } ], "web_accessible_resources": [ { "matches": [], "resources": [ "img\/logo-16.png", "img\/logo-32.png", "img\/logo-48.png", "img\/logo-128.png" ], "use_dynamic_url": false }, { "matches": [ "*:\/\/*.netflix.com\/*" ], "resources": [ "assets\/chunk-4b5fcba1.js" ], "use_dynamic_url": true } ], "permissions": [ "storage" ] } |