Netflix Watched
Easy way to hide what you watched
Netflix Watched란 무엇입니까?
Netflix Watched은(는) Taha Selim Aksakal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy way to hide what you watched"입니다.
확장 프로그램 스크린샷
Netflix Watched 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Netflix Watched An add-on made so that a movie or series you watch is not recommended to you again. you can hide or transparency the movie or tv series you watched on netflix by clicking the I watched it button with this extension. You can use the widget by clicking the eye icon on the screen you are previewing movie or tv series. And so the movie or series becomes transparent or hidden according to your setting.
확장 프로그램 기본 정보
이름 | Netflix Watched |
ID | aikgnchdeknanlkgjnbniadpanlgeeig |
공식 URL | https://chromewebstore.google.com/detail/netflix-watched/aikgnchdeknanlkgjnbniadpanlgeeig |
설명 | Easy way to hide what you watched |
파일 크기 | 276 KB |
설치 횟수 | 147 |
현재 버전 | 0.5 |
최근 업데이트 | 2022-03-28 |
출시 날짜 | 2022-03-21 |
평점 | 2.60/5 총 5 개의 평점 |
개발자 | Taha Selim Aksakal |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://logozof.com/ |
도움말 페이지 URL | http://logozof.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Watched", "description": "Easy way to hide what you watched", "version": "0.5", "action": { "default_popup": "popup.html", "default_title": "Netflix Watched", "default_icon": "assets\/logo.png" }, "icons": { "16": "assets\/logo.png", "48": "assets\/logo.png", "128": "assets\/logo.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "scripting" ], "host_permissions": [ "*:\/\/*.netflix.com\/" ], "manifest_version": 3 } |