Extra Genres Plus for Netflix

This extension shows hidden and secret categories on the popular streaming service.

Extra Genres Plus for Netflix란 무엇입니까?

Extra Genres Plus for Netflix은(는) PoMo Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension shows hidden and secret categories on the popular streaming service."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Extra Genres Plus for Netflix 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Do you want to see all Netflix's available genres, such as "Asian Action Movies", "Romantic Comedies", "Indipendent Movies" or the evergreen "Zombie Horror Movies"?
This is the right app for you. 

Now you'll be able to easily browse extra/hidden genres, through an additional dropdown menu directly on the streaming service site.

You can search categories and genres by name, too. You just have to click on a category to list all items matching

Extra Genres Plus for Netflix will be soon updated with an additional list with hundreds or extra categories. Stay tuned!"                    

확장 프로그램 기본 정보

이름 Extra Genres Plus for Netflix Extra Genres Plus for Netflix
ID pmjjchehinhhblmgllejnoahjdebjgnh
공식 URL https://chromewebstore.google.com/detail/extra-genres-plus-for-net/pmjjchehinhhblmgllejnoahjdebjgnh
설명 This extension shows hidden and secret categories on the popular streaming service.
파일 크기 81.48 KB
설치 횟수 472
현재 버전 1.0
최근 업데이트 2016-09-01
출시 날짜 2016-09-01
평점 3.40/5 총 5 개의 평점
개발자 PoMo Apps
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Extra Genres Plus for Netflix",
    "description": "This extension shows hidden and secret categories on the popular streaming service.",
    "version": "1.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/browse*"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "netfscript.js"
            ],
            "css": [
                "cat.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-3.1.0.min.js",
        "cat.css",
        "categories.json",
        "full_categories.json"
    ],
    "permissions": [
        "https:\/\/*.netflix.com\/browse*"
    ],
    "author": "PoMo"
}