Metacritic score/time graph

Get an overview of how early and late reviews differ.

什麼是Metacritic score/time graph?

Metacritic score/time graph是由ebusinessjma開發的Chrome擴展程式,該擴展的主要功能是“Get an overview of how early and late reviews differ.”。

擴展截圖

screenshot

下載Metacritic score/time graph擴展crx文件

下載Metacritic score/time graph擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Metacritic score/time graph Metacritic score/time graph
ID paekmmlgndpjnbdlkcegahofaljgemhl
官方網址 https://chromewebstore.google.com/detail/metacritic-scoretime-grap/paekmmlgndpjnbdlkcegahofaljgemhl
簡介 Get an overview of how early and late reviews differ.
檔案大小 4.44 KB
安裝次數 57
目前版本 0.2
更新時間 2018-10-09
上架時間 2018-10-09
評分 5.00/5 共 1 次評分
開發者 ebusinessjma
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
            ]
        }
    ]
}