Unsubtitle for Netflix
Remove forced Netflix subtitles.
Unsubtitle for Netflix란 무엇입니까?
Unsubtitle for Netflix은(는) Jonathan Duarte에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove forced Netflix subtitles."입니다.
확장 프로그램 스크린샷
Unsubtitle for Netflix 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The problem: Some shows on Netflix can’t have their subtitles turned off for some reason, but we think you should have the option to do that, so we created Unsubtitle. The solution: Unsubtitle is a small extension that removes subtitles from any show on Netflix instantaneously. This is specially good for people studying foreign languages or those annoyed by the clutter it creates on the screen. Safe: The extension doesn’t have access to anything in your Netflix account — it just changes the current screen that’s being rendered in your browser at the time you click the button. To turn subtitles back on, just click the icon again.
확장 프로그램 기본 정보
이름 | |
ID | fhallfieahekmidfbaeobbdiajlmapfg |
공식 URL | https://chrome.google.com/webstore/detail/unsubtitle-for-netflix/fhallfieahekmidfbaeobbdiajlmapfg |
설명 | Remove forced Netflix subtitles. |
파일 크기 | 41.6 KB |
설치 횟수 | 2,000 |
현재 버전 | 2.0 |
최근 업데이트 | 2015-05-12 |
출시 날짜 | 2015-05-12 |
평점 | 4.88/5 총 77 개의 평점 |
개발자 | Jonathan Duarte |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unsubtitle for Netflix", "description": "Remove forced Netflix subtitles.", "version": "2.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Remove subtitles", "default_icon": "19.png" }, "icons": { "16": "16.png", "19": "19.png", "24": "24.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "manifest_version": 2 } |