Metacritic score/time graph

Get an overview of how early and late reviews differ.

Что такое Metacritic score/time graph?

Metacritic score/time graph - это расширение Chrome, разработанное ebusinessjma, и его основная функция - "Get an overview of how early and late reviews differ.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Metacritic score/time graph

Скачайте файлы расширений 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
Официальный URL 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"
            ]
        }
    ]
}