Reveal for Netflix

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

Cos'è Reveal for Netflix?

Reveal for Netflix è un'estensione di Chrome sviluppata da George Skrbic, e la sua funzione principale è "Browse Netflix using over two thousand hidden genres, topics, directors, and actors.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Reveal for Netflix

Scarica i file di estensione Reveal for Netflix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Reveal for Netflix Reveal for Netflix
ID fkiohmjdmmcaenljmloepbdpcdfjdcpf
URL Ufficiale https://chromewebstore.google.com/detail/reveal-for-netflix/fkiohmjdmmcaenljmloepbdpcdfjdcpf
Descrizione Browse Netflix using over two thousand hidden genres, topics, directors, and actors.
Dimensione del File 224 KB
Conteggio Installazioni 4,361
Versione Corrente 1.1.0
Ultimo Aggiornamento 2018-02-11
Data di Pubblicazione 2018-02-10
Valutazione 4.22/5 Totale 23 Valutazioni
Sviluppatore George Skrbic
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}