Netflix IMDB top 250

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

Wat is Netflix IMDB top 250?

Netflix IMDB top 250 is een Chrome-extensie ontwikkeld door angusbayley, en de belangrijkste functie is "Removes all movies that aren't in the IMDB top 250 from Netflix.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Netflix IMDB top 250

Download Netflix IMDB top 250-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Netflix IMDB top 250 Netflix IMDB top 250
ID akeiblobkickpakkbjgalaklelbicgaj
Officiële URL https://chromewebstore.google.com/detail/netflix-imdb-top-250/akeiblobkickpakkbjgalaklelbicgaj
Beschrijving Removes all movies that aren't in the IMDB top 250 from Netflix.
Bestandsgrootte 15.41 KB
Aantal Installaties 98
Huidige Versie 1.0
Laatst Bijgewerkt 2014-11-20
Publicatiedatum 2014-11-20
Beoordeling 3.00/5 Totaal 3 Beoordelingen
Ontwikkelaar angusbayley
Betalingswijze free
Ondersteunde Talen 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
}