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文件

下載Extra Genres Plus for Netflix擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}