Netflix IMDB top 250

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

Apa itu Netflix IMDB top 250?

Netflix IMDB top 250 adalah ekstensi Chrome yang dikembangkan oleh angusbayley, dan fitur utamanya adalah "Removes all movies that aren't in the IMDB top 250 from Netflix.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Netflix IMDB top 250

Unduh file ekstensi Netflix IMDB top 250 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Netflix IMDB top 250 Netflix IMDB top 250
ID akeiblobkickpakkbjgalaklelbicgaj
URL Resmi https://chromewebstore.google.com/detail/netflix-imdb-top-250/akeiblobkickpakkbjgalaklelbicgaj
Deskripsi Removes all movies that aren't in the IMDB top 250 from Netflix.
Ukuran File 15.41 KB
Jumlah Instalasi 98
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-11-20
Tanggal Publikasi 2014-11-20
Penilaian 3.00/5 Total 3 Penilaian
Pengembang angusbayley
Tipe Pembayaran free
Bahasa yang Didukung 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
}