FindFlix : see Netflix hidden categories
Extension enables access to all hidden categories on Netflix.
FindFlix : see Netflix hidden categories란 무엇입니까?
FindFlix : see Netflix hidden categories은(는) Streaming Extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension enables access to all hidden categories on Netflix."입니다.
확장 프로그램 스크린샷
FindFlix : see Netflix hidden categories 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you tired of the fixed list of the same few categories Netflix’s trying to impose on you? Did you know that there are thousands of hidden categories that you can explore? (and I bet you haven’t heard of the majority of them before). All you need to do is add Findflix extension to your browser and you're ready to explore all the secret categories that are hidden by default. It's as simple as that! Disclaimer : Netflix is a trademark of Netflix, Inc.. This website & extension hold no association or affiliation with Netflix or any third-party companies.
확장 프로그램 기본 정보
이름 | FindFlix : see Netflix hidden categories |
ID | mlcghhoipahfflceodiejjljgbolbldo |
공식 URL | https://chromewebstore.google.com/detail/findflix-see-netflix-hidd/mlcghhoipahfflceodiejjljgbolbldo |
설명 | Extension enables access to all hidden categories on Netflix. |
파일 크기 | 315 KB |
설치 횟수 | 5,906 |
현재 버전 | 0.7.5 |
최근 업데이트 | 2024-02-08 |
출시 날짜 | 2022-02-23 |
평점 | 3.75/5 총 8 개의 평점 |
개발자 | Streaming Extensions |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FindFlix : see Netflix hidden categories", "description": "Extension enables access to all hidden categories on Netflix.", "manifest_version": 3, "version": "0.7.5", "action": { "default_popup": "popup.html", "default_icon": "img\/icon_48x48.png" }, "permissions": [ "storage" ], "icons": { "16": "img\/icon_16x16.png", "48": "img\/icon_48x48.png", "128": "img\/icon_128x128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "netflix.min.js" ] } ], "background": { "service_worker": "onInstalled.js" } } |