Netflix profanity filter
By Frederik de Vree
Netflix profanity filter란 무엇입니까?
Netflix profanity filter은(는) frederikdevree에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "By Frederik de Vree"입니다.
확장 프로그램 스크린샷
Netflix profanity filter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension filters profanity words in Netflix. It both censors the subtitles and mutes the audio on the appropriate sentence. With customizable profanity word list. To use this, subtitles in Netflix need to be turned on. Because the filtering is based on the subtitles, make sure you add profanity words to the list in the language of the subtitles.
확장 프로그램 기본 정보
이름 | Netflix profanity filter |
ID | maljbdebgffplibkcchbjahfjhppkpmp |
공식 URL | https://chromewebstore.google.com/detail/netflix-profanity-filter/maljbdebgffplibkcchbjahfjhppkpmp |
설명 | By Frederik de Vree |
파일 크기 | 71.38 KB |
설치 횟수 | 5,613 |
현재 버전 | 2.2.2 |
최근 업데이트 | 2015-12-31 |
출시 날짜 | 2015-12-31 |
평점 | 3.17/5 총 71 개의 평점 |
개발자 | frederikdevree |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix profanity filter", "version": "2.2.2", "manifest_version": 2, "icons": { "48": "icon48.png", "128": "icon128.png" }, "description": "By Frederik de Vree", "permissions": [ "storage" ], "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "jquery-2.1.4.min.js", "content.js" ], "run_at": "document_idle" } ] } |