Game Revenue Estimate
Add Steam revenue estimate to every Steam store page
Cos'è Game Revenue Estimate?
Game Revenue Estimate è un'estensione di Chrome sviluppata da Doolwind, e la sua funzione principale è "Add Steam revenue estimate to every Steam store page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Game Revenue Estimate
Scarica i file di estensione Game Revenue Estimate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Game Revenue Estimate |
ID | iefefhbijeoiookkedboieenbdejponf |
URL Ufficiale | https://chromewebstore.google.com/detail/game-revenue-estimate/iefefhbijeoiookkedboieenbdejponf |
Descrizione | Add Steam revenue estimate to every Steam store page |
Dimensione del File | 38.28 KB |
Conteggio Installazioni | 41 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2022-02-16 |
Data di Pubblicazione | 2022-02-16 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Doolwind |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |