Game Revenue Estimate
Add Steam revenue estimate to every Steam store page
O que é Game Revenue Estimate?
Game Revenue Estimate é uma extensão do Chrome desenvolvida por Doolwind, e sua principal característica é "Add Steam revenue estimate to every Steam store page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Game Revenue Estimate
Baixe arquivos de extensão Game Revenue Estimate 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
This extension shows the estimated total revenue generated by a game on steam based on its price and total reviews using a simple algorithm. The price is shown in brackets after the games title in the currency shown on the page. The estimate is a guide only and should not be used in any financial planning.
Informações Básicas da Extensão
Nome | Game Revenue Estimate |
ID | iefefhbijeoiookkedboieenbdejponf |
URL Oficial | https://chromewebstore.google.com/detail/game-revenue-estimate/iefefhbijeoiookkedboieenbdejponf |
Descrição | Add Steam revenue estimate to every Steam store page |
Tamanho do Arquivo | 38.28 KB |
Contagem de Instalações | 41 |
Versão Atual | 0.1.0 |
Última Atualização | 2022-02-16 |
Data de Publicação | 2022-02-16 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Doolwind |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Game Revenue Estimate", "version": "0.1.0", "description": "Add Steam revenue estimate to every Steam store page", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/store.steampowered.com\/app\/*" ] } ], "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |