Netflix IMDB top 250

Removes all movies that aren't in the IMDB top 250 from Netflix.

¿Qué es Netflix IMDB top 250?

Netflix IMDB top 250 es una extensión de Chrome desarrollada por angusbayley, y su función principal es "Removes all movies that aren't in the IMDB top 250 from Netflix.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Netflix IMDB top 250

Descarga archivos de extensión Netflix IMDB top 250 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

                        You've heard of good movies - now you can watch them. One button to hide everything except IMDB's top 250 films in Netflix.

- works in every country!
- always works from the current IMDB top 250
- is awesome
- refresh the page to get the old films back

Simples.                    

Información Básica de la Extensión

Nombre Netflix IMDB top 250 Netflix IMDB top 250
ID akeiblobkickpakkbjgalaklelbicgaj
URL Oficial https://chromewebstore.google.com/detail/netflix-imdb-top-250/akeiblobkickpakkbjgalaklelbicgaj
Descripción Removes all movies that aren't in the IMDB top 250 from Netflix.
Tamaño del Archivo 15.41 KB
Cantidad de Instalaciones 98
Versión Actual 1.0
Última Actualización 2014-11-20
Fecha de Publicación 2014-11-20
Calificación 3.00/5 Total de 3 Calificaciones
Desarrollador angusbayley
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix IMDB top 250",
    "version": "1.0",
    "description": "Removes all movies that aren't in the IMDB top 250 from Netflix.",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Cull all movies not in the IMDB top 250!"
    },
    "permissions": [
        "declarativeContent",
        "http:\/\/www.imdb.com\/*",
        "*:\/\/*.netflix.com\/*"
    ],
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2
}