Reveal for Netflix

Browse Netflix using over two thousand hidden genres, topics, directors, and actors.

Reveal for Netflix란 무엇입니까?

Reveal for Netflix은(는) George Skrbic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse Netflix using over two thousand hidden genres, topics, directors, and actors."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Reveal for Netflix 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Netflix includes thousands of categories that subscribers never before had access to. External sites include long posts that provide links to these categories, but that is inconvenient. Reveal gives you access to these categories in a helpful search inside Netflix.  Browse better and more specific depending on what you are in the mood for.

Features:
- Search thousands of hidden categories within Netflix
- More specific search by Genre, Topic, Actor, Director, and many more
- Categories being updated as Netflix library changes                    

확장 프로그램 기본 정보

이름 Reveal for Netflix Reveal for Netflix
ID fkiohmjdmmcaenljmloepbdpcdfjdcpf
공식 URL https://chromewebstore.google.com/detail/reveal-for-netflix/fkiohmjdmmcaenljmloepbdpcdfjdcpf
설명 Browse Netflix using over two thousand hidden genres, topics, directors, and actors.
파일 크기 224 KB
설치 횟수 4,361
현재 버전 1.1.0
최근 업데이트 2018-02-11
출시 날짜 2018-02-10
평점 4.22/5 총 23 개의 평점
개발자 George Skrbic
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reveal for Netflix",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Browse Netflix using over two thousand hidden genres, topics, directors, and actors.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Reveal for Netflix",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "*:\/\/netflix.com\/*"
    ],
    "web_accessible_resources": [
        "fonts\/*.*",
        "categories.txt"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/browse\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}