Netflix IMDB top 250

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

What is Netflix IMDB top 250?

Netflix IMDB top 250 is a Chrome extension developed by angusbayley, and its main feature is "Removes all movies that aren't in the IMDB top 250 from Netflix.".

Extension Screenshots

screenshot
screenshot

Download Netflix IMDB top 250 Extension CRX File

Download Netflix IMDB top 250 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Netflix IMDB top 250 Netflix IMDB top 250
ID akeiblobkickpakkbjgalaklelbicgaj
Official URL https://chromewebstore.google.com/detail/netflix-imdb-top-250/akeiblobkickpakkbjgalaklelbicgaj
Description Removes all movies that aren't in the IMDB top 250 from Netflix.
File Size 15.41 KB
Installation Count 98
Current Version 1.0
Last Updated 2014-11-20
Publish Date 2014-11-20
Rating 3.00/5 Total 3 Ratings
Developer angusbayley
Payment Type free
Supported Languages 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
}