Metacritic score/time graph
Get an overview of how early and late reviews differ.
Was ist Metacritic score/time graph?
Metacritic score/time graph ist eine Chrome-Erweiterung, die von ebusinessjma entwickelt wurde, und ihr Hauptmerkmal ist "Get an overview of how early and late reviews differ.".
Erweiterungsscreenshots
Metacritic score/time graph-Erweiterungs-CRX-Datei herunterladen
Laden Sie Metacritic score/time graph-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | paekmmlgndpjnbdlkcegahofaljgemhl |
Offizielle URL | https://chromewebstore.google.com/detail/metacritic-scoretime-grap/paekmmlgndpjnbdlkcegahofaljgemhl |
Beschreibung | Get an overview of how early and late reviews differ. |
Dateigröße | 4.44 KB |
Installationsanzahl | 57 |
Aktuelle Version | 0.2 |
Letztes Update | 2018-10-09 |
Veröffentlichungsdatum | 2018-10-09 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | ebusinessjma |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |