Metacritic score/time graph

Get an overview of how early and late reviews differ.

Qu'est-ce que Metacritic score/time graph ?

Metacritic score/time graph est une extension Chrome développée par ebusinessjma, et sa fonction principale est "Get an overview of how early and late reviews differ.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Metacritic score/time graph

Téléchargez les fichiers d'extension Metacritic score/time graph au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Metacritic score/time graph Metacritic score/time graph
ID paekmmlgndpjnbdlkcegahofaljgemhl
URL Officiel https://chromewebstore.google.com/detail/metacritic-scoretime-grap/paekmmlgndpjnbdlkcegahofaljgemhl
Description Get an overview of how early and late reviews differ.
Taille du Fichier 4.44 KB
Nombre d'Installations 57
Version Actuelle 0.2
Dernière Mise à Jour 2018-10-09
Date de Publication 2018-10-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur ebusinessjma
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}