Metacritic score/time graph

Get an overview of how early and late reviews differ.

Co je Metacritic score/time graph?

Metacritic score/time graph je rozšíření Chrome vyvinuté ebusinessjma, a jeho hlavní funkcí je „Get an overview of how early and late reviews differ.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Metacritic score/time graph

Stáhněte si soubory rozšíření Metacritic score/time graph ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Metacritic score/time graph Metacritic score/time graph
ID paekmmlgndpjnbdlkcegahofaljgemhl
Oficiální URL https://chromewebstore.google.com/detail/metacritic-scoretime-grap/paekmmlgndpjnbdlkcegahofaljgemhl
Popis Get an overview of how early and late reviews differ.
Velikost souboru 4.44 KB
Počet instalací 57
Aktuální Verze 0.2
Poslední Aktualizace 2018-10-09
Datum Vydání 2018-10-09
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář ebusinessjma
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}