Netflix Rating

View IMDB and Rotten Tomatoes scores inside Netflix!

Cos'è Netflix Rating?

Netflix Rating è un'estensione di Chrome sviluppata da Maya Benjamin, e la sua funzione principale è "View IMDB and Rotten Tomatoes scores inside Netflix!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Netflix Rating

Scarica i file di estensione Netflix Rating in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Netflix Rating Netflix Rating
ID bcmbdiempfifibcoenpgmdcmaacdiocj
URL Ufficiale https://chromewebstore.google.com/detail/netflix-rating/bcmbdiempfifibcoenpgmdcmaacdiocj
Descrizione View IMDB and Rotten Tomatoes scores inside Netflix!
Dimensione del File 20.55 KB
Conteggio Installazioni 259
Versione Corrente 2.0.6
Ultimo Aggiornamento 2022-03-05
Data di Pubblicazione 2020-05-02
Valutazione 3.67/5 Totale 6 Valutazioni
Sviluppatore Maya Benjamin
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}