Steam Revenue Calculator
This plugin shows the game's revenue inside the Steam store page.
O que é Steam Revenue Calculator?
Steam Revenue Calculator é uma extensão do Chrome desenvolvida por omer1615, e sua principal característica é "This plugin shows the game's revenue inside the Steam store page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Steam Revenue Calculator
Baixe arquivos de extensão Steam Revenue Calculator 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
It uses the Boxleiter method to calculate estimated app owners then calculates cuts, refunds etc. The number shown should not be seen as true data, it's only an estimate. Firefox version by opyate: https://addons.mozilla.org/en-GB/android/addon/steam-revenue-calculator/
Informações Básicas da Extensão
Nome | Steam Revenue Calculator |
ID | gjhejidajnchnadcangcodljgdmenipa |
URL Oficial | https://chromewebstore.google.com/detail/steam-revenue-calculator/gjhejidajnchnadcangcodljgdmenipa |
Descrição | This plugin shows the game's revenue inside the Steam store page. |
Tamanho do Arquivo | 24.44 KB |
Contagem de Instalações | 3,704 |
Versão Atual | 1.0.5 |
Última Atualização | 2023-11-29 |
Data de Publicação | 2022-01-27 |
Classificação | 4.20/5 Total de 15 Avaliações |
Desenvolvedor | omer1615 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://omerfarukcelik.com/ |
Idiomas Suportados | en |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "https:\/\/store.steampowered.com\/app\/*" ], "run_at": "document_end" } ], "description": "This plugin shows the game's revenue inside the Steam store page.", "host_permissions": [ "https:\/\/store.steampowered.com\/*" ], "icons": { "128": "icon128.png" }, "manifest_version": 3, "name": "Steam Revenue Calculator", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5" } |