Metacritic score/time graph

Get an overview of how early and late reviews differ.

Metacritic score/time graph là gì?

Metacritic score/time graph là một tiện ích mở rộng Chrome được phát triển bởi ebusinessjma, và tính năng chính của nó là "Get an overview of how early and late reviews differ.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Metacritic score/time graph

Tải xuống các tệp mở rộng Metacritic score/time graph dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Metacritic score/time graph Metacritic score/time graph
ID paekmmlgndpjnbdlkcegahofaljgemhl
URL Chính Thức https://chromewebstore.google.com/detail/metacritic-scoretime-grap/paekmmlgndpjnbdlkcegahofaljgemhl
Mô tả Get an overview of how early and late reviews differ.
Kích Thước Tệp 4.44 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2018-10-09
Ngày Phát Hành 2018-10-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ebusinessjma
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}