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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PoMo Apps และคุณลักษณะหลักของมันคือ "This extension shows hidden and secret categories on the popular streaming service."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extra Genres Plus for Netflix

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}