Extra Genres Plus for Netflix

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

Apa itu Extra Genres Plus for Netflix?

Extra Genres Plus for Netflix adalah ekstensi Chrome yang dikembangkan oleh PoMo Apps, dan fitur utamanya adalah "This extension shows hidden and secret categories on the popular streaming service.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Extra Genres Plus for Netflix

Unduh file ekstensi Extra Genres Plus for Netflix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!"                    

Informasi Dasar Ekstensi

Nama Extra Genres Plus for Netflix Extra Genres Plus for Netflix
ID pmjjchehinhhblmgllejnoahjdebjgnh
URL Resmi https://chromewebstore.google.com/detail/extra-genres-plus-for-net/pmjjchehinhhblmgllejnoahjdebjgnh
Deskripsi This extension shows hidden and secret categories on the popular streaming service.
Ukuran File 81.48 KB
Jumlah Instalasi 472
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-09-01
Tanggal Publikasi 2016-09-01
Penilaian 3.40/5 Total 5 Penilaian
Pengembang PoMo Apps
Tipe Pembayaran free
Bahasa yang Didukung 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"
}