Reveal for Netflix

Browse Netflix using over two thousand hidden genres, topics, directors, and actors.

Reveal for Netflix क्या है?

Reveal for Netflix George Skrbic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browse Netflix using over two thousand hidden genres, topics, directors, and actors."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reveal for Netflix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Netflix includes thousands of categories that subscribers never before had access to. External sites include long posts that provide links to these categories, but that is inconvenient. Reveal gives you access to these categories in a helpful search inside Netflix.  Browse better and more specific depending on what you are in the mood for.

Features:
- Search thousands of hidden categories within Netflix
- More specific search by Genre, Topic, Actor, Director, and many more
- Categories being updated as Netflix library changes                    

एक्सटेंशन की मूल जानकारी

नाम Reveal for Netflix Reveal for Netflix
ID fkiohmjdmmcaenljmloepbdpcdfjdcpf
आधिकारिक URL https://chromewebstore.google.com/detail/reveal-for-netflix/fkiohmjdmmcaenljmloepbdpcdfjdcpf
विवरण Browse Netflix using over two thousand hidden genres, topics, directors, and actors.
फ़ाइल का आकार 224 KB
स्थापना संख्या 4,361
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2018-02-11
प्रकाशन तिथि 2018-02-10
रेटिंग 4.22/5 कुल 23 रेटिंग्स
डेवलपर George Skrbic
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reveal for Netflix",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Browse Netflix using over two thousand hidden genres, topics, directors, and actors.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Reveal for Netflix",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "*:\/\/netflix.com\/*"
    ],
    "web_accessible_resources": [
        "fonts\/*.*",
        "categories.txt"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/browse\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}