Netflix Rate

Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.

Apa itu Netflix Rate?

Netflix Rate adalah ekstensi Chrome yang dikembangkan oleh https://netflix.burtonthird.com, dan fitur utamanya adalah "Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Netflix Rate

Unduh file ekstensi Netflix Rate 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

                        Changes the style of the Nextflix Watch Instantly and DVD browsing webpages to show trailers, IMDB, Rotten Tomato and MetaCritic ratings.

Note: This extension is not affiliated with Netflix in any way.

International Users:
Only English movie titles work currently, translation may be in a future update.                    

Informasi Dasar Ekstensi

Nama Netflix Rate Netflix Rate
ID cofjbfnpecflopfknbpnhhpnegbflfph
URL Resmi https://chromewebstore.google.com/detail/netflix-rate/cofjbfnpecflopfknbpnhhpnegbflfph
Deskripsi Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.
Ukuran File 247 KB
Jumlah Instalasi 1,259
Versi Saat Ini 1.3.47
Terakhir Diperbarui 2015-04-17
Tanggal Publikasi 2015-04-16
Penilaian 2.86/5 Total 36 Penilaian
Pengembang https://netflix.burtonthird.com
Tipe Pembayaran free
Situs Ekstensi http://netflix.burtonthird.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "libs\/jquery-2.0.3.min.js",
                "libs\/bootstrap.min.js",
                "js\/ratings.js"
            ],
            "matches": [
                "http:\/\/*.netflix.com\/*",
                "https:\/\/*.netflix.com\/*"
            ]
        }
    ],
    "description": "Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.",
    "icons": {
        "128": "img\/icon_128.png",
        "48": "img\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "Netflix Rate",
    "permissions": [
        "storage",
        "http:\/\/www.omdbapi.com\/*",
        "http:\/\/*.netflix.com\/*",
        "https:\/\/*.netflix.com\/*",
        "http:\/\/netflix.burtonthird.com\/*",
        "http:\/\/api.themoviedb.org\/*",
        "https:\/\/byroredux-metacritic.p.mashape.com\/*",
        "http:\/\/api.rottentomatoes.com\/*"
    ],
    "short_name": "Netflix Rate",
    "version": "1.3.47",
    "web_accessible_resources": [
        "css\/ratings.css",
        "img\/imdbSprite.png",
        "img\/tomatoSprite.png"
    ]
}