Game Revenue Estimate
Add Steam revenue estimate to every Steam store page
Co to jest Game Revenue Estimate?
Game Revenue Estimate to rozszerzenie Chrome opracowane przez Doolwind, a jego główną funkcją jest „Add Steam revenue estimate to every Steam store page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Game Revenue Estimate
Pobierz pliki rozszerzeń Game Revenue Estimate w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Game Revenue Estimate |
ID | iefefhbijeoiookkedboieenbdejponf |
Oficjalny URL | https://chromewebstore.google.com/detail/game-revenue-estimate/iefefhbijeoiookkedboieenbdejponf |
Opis | Add Steam revenue estimate to every Steam store page |
Rozmiar pliku | 38.28 KB |
Liczba instalacji | 41 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2022-02-16 |
Data Publikacji | 2022-02-16 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Doolwind |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |