Reveal for Netflix

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

¿Qué es Reveal for Netflix?

Reveal for Netflix es una extensión de Chrome desarrollada por George Skrbic, y su función principal es "Browse Netflix using over two thousand hidden genres, topics, directors, and actors.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Reveal for Netflix

Descarga archivos de extensión Reveal for Netflix en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Reveal for Netflix Reveal for Netflix
ID fkiohmjdmmcaenljmloepbdpcdfjdcpf
URL Oficial https://chromewebstore.google.com/detail/reveal-for-netflix/fkiohmjdmmcaenljmloepbdpcdfjdcpf
Descripción Browse Netflix using over two thousand hidden genres, topics, directors, and actors.
Tamaño del Archivo 224 KB
Cantidad de Instalaciones 4,361
Versión Actual 1.1.0
Última Actualización 2018-02-11
Fecha de Publicación 2018-02-10
Calificación 4.22/5 Total de 23 Calificaciones
Desarrollador George Skrbic
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}