Metacritic score/time graph

Get an overview of how early and late reviews differ.

Cos'è Metacritic score/time graph?

Metacritic score/time graph è un'estensione di Chrome sviluppata da ebusinessjma, e la sua funzione principale è "Get an overview of how early and late reviews differ.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Metacritic score/time graph

Scarica i file di estensione Metacritic score/time graph 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

                        Not all reviews are created equal, early reviews of especially games may be based on an insufficient experience with the product. Sometimes this results in markedly different early and late reviews. This plugin will visualize the discrepancy.

On the critic-reviews page of a product on http://www.metacritic.com this plugin will display a graph detailing the scores given over time.

Note that:
The graph is displayed only on the page that lists all the reviews. You must navigate to this page in order to see the graph. Click on the X Critics link next to the metascore to navigate to this page.
The graph is drawn using only reviews that are listed on the current page.
Some older products do not list dates for individual reviews, no graph is drawn for those products.                    

Informazioni di Base sull'Estensione

Nome Metacritic score/time graph Metacritic score/time graph
ID paekmmlgndpjnbdlkcegahofaljgemhl
URL Ufficiale https://chromewebstore.google.com/detail/metacritic-scoretime-grap/paekmmlgndpjnbdlkcegahofaljgemhl
Descrizione Get an overview of how early and late reviews differ.
Dimensione del File 4.44 KB
Conteggio Installazioni 57
Versione Corrente 0.2
Ultimo Aggiornamento 2018-10-09
Data di Pubblicazione 2018-10-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ebusinessjma
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Metacritic score\/time graph",
    "short_name": "Metac. graph",
    "description": "Get an overview of how early and late reviews differ.",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.metacritic.com\/*"
            ],
            "js": [
                "mcstg.js"
            ]
        }
    ]
}