Netflix Rating

View IMDB and Rotten Tomatoes scores inside Netflix!

Apa itu Netflix Rating?

Netflix Rating adalah ekstensi Chrome yang dikembangkan oleh Maya Benjamin, dan fitur utamanya adalah "View IMDB and Rotten Tomatoes scores inside Netflix!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Netflix Rating

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

                        View Imdb and Rotten Tomatoes scores of movies and series directly in Netflix! Simple and easy to use.

Version 2.0:
* Can now view Rotten Tomatoes scores!
* Added menu to choose which scores to view.

Version 1.1: 
* Added support for gallery view.
* Added support for search.                    

Informasi Dasar Ekstensi

Nama Netflix Rating Netflix Rating
ID bcmbdiempfifibcoenpgmdcmaacdiocj
URL Resmi https://chromewebstore.google.com/detail/netflix-rating/bcmbdiempfifibcoenpgmdcmaacdiocj
Deskripsi View IMDB and Rotten Tomatoes scores inside Netflix!
Ukuran File 20.55 KB
Jumlah Instalasi 259
Versi Saat Ini 2.0.6
Terakhir Diperbarui 2022-03-05
Tanggal Publikasi 2020-05-02
Penilaian 3.67/5 Total 6 Penilaian
Pengembang Maya Benjamin
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Rating",
    "version": "2.0.6",
    "description": "View IMDB and Rotten Tomatoes scores inside Netflix!",
    "permissions": [
        "*:\/\/*.netflix.com\/browse",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/browse\/*"
            ],
            "js": [
                "NetflixRating.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}