Metacritic score/time graph
Get an overview of how early and late reviews differ.
O que é Metacritic score/time graph?
Metacritic score/time graph é uma extensão do Chrome desenvolvida por ebusinessjma, e sua principal característica é "Get an overview of how early and late reviews differ.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Metacritic score/time graph
Baixe arquivos de extensão Metacritic score/time graph no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | paekmmlgndpjnbdlkcegahofaljgemhl |
URL Oficial | https://chromewebstore.google.com/detail/metacritic-scoretime-grap/paekmmlgndpjnbdlkcegahofaljgemhl |
Descrição | Get an overview of how early and late reviews differ. |
Tamanho do Arquivo | 4.44 KB |
Contagem de Instalações | 57 |
Versão Atual | 0.2 |
Última Atualização | 2018-10-09 |
Data de Publicação | 2018-10-09 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | ebusinessjma |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |