Game Revenue Estimate
Add Steam revenue estimate to every Steam store page
Co je Game Revenue Estimate?
Game Revenue Estimate je rozšíření Chrome vyvinuté Doolwind, a jeho hlavní funkcí je „Add Steam revenue estimate to every Steam store page“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Game Revenue Estimate
Stáhněte si soubory rozšíření Game Revenue Estimate ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Game Revenue Estimate |
ID | iefefhbijeoiookkedboieenbdejponf |
Oficiální URL | https://chromewebstore.google.com/detail/game-revenue-estimate/iefefhbijeoiookkedboieenbdejponf |
Popis | Add Steam revenue estimate to every Steam store page |
Velikost souboru | 38.28 KB |
Počet instalací | 41 |
Aktuální Verze | 0.1.0 |
Poslední Aktualizace | 2022-02-16 |
Datum Vydání | 2022-02-16 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Doolwind |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |