Better Browse for Netflix
Browse more Netflix categories
Better Browse for Netflix란 무엇입니까?
Better Browse for Netflix은(는) Jamie Lee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse more Netflix categories"입니다.
확장 프로그램 스크린샷
Better Browse for Netflix 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Did you know that Netflix has hundreds of secret categories that don't appear in the default 'Browse' menu? This extension adds a 'Browse all' menu to the Netflix menu bar, with a list of hidden categories, helping you to find the movies you want to watch. For main categories, type the name into the search box and press enter to go straight to the page (e.g. "action", "sci-fi", "horror"). There are also a few other shortcuts to discover; try typing "random" to choose a random category, or "me" to go straight to your own personal list.
확장 프로그램 기본 정보
이름 | Better Browse for Netflix |
ID | olciafpppkdhlcjfmaibelnopafmhmdd |
공식 URL | https://chromewebstore.google.com/detail/better-browse-for-netflix/olciafpppkdhlcjfmaibelnopafmhmdd |
설명 | Browse more Netflix categories |
파일 크기 | 1.06 MB |
설치 횟수 | 40,150 |
현재 버전 | 1.2.6 |
최근 업데이트 | 2020-04-05 |
출시 날짜 | 2020-04-05 |
평점 | 4.13/5 총 38 개의 평점 |
개발자 | Jamie Lee |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Browse for Netflix", "short_name": "Better Browse", "version": "1.2.6", "description": "Browse more Netflix categories", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "author": "Jamie Lee", "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "css": [ "style.css" ], "js": [ "inject.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "betterbrowse.js" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |