Netflix IMDB top 250

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

Cos'è Netflix IMDB top 250?

Netflix IMDB top 250 è un'estensione di Chrome sviluppata da angusbayley, e la sua funzione principale è "Removes all movies that aren't in the IMDB top 250 from Netflix.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Netflix IMDB top 250

Scarica i file di estensione Netflix IMDB top 250 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Netflix IMDB top 250 Netflix IMDB top 250
ID akeiblobkickpakkbjgalaklelbicgaj
URL Ufficiale https://chromewebstore.google.com/detail/netflix-imdb-top-250/akeiblobkickpakkbjgalaklelbicgaj
Descrizione Removes all movies that aren't in the IMDB top 250 from Netflix.
Dimensione del File 15.41 KB
Conteggio Installazioni 98
Versione Corrente 1.0
Ultimo Aggiornamento 2014-11-20
Data di Pubblicazione 2014-11-20
Valutazione 3.00/5 Totale 3 Valutazioni
Sviluppatore angusbayley
Tipo di Pagamento free
Lingue Supportate 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
}