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
公式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"
}