Steam Revenue Calculator
This plugin shows the game's revenue inside the Steam store page.
Co to jest Steam Revenue Calculator?
Steam Revenue Calculator to rozszerzenie Chrome opracowane przez omer1615, a jego główną funkcją jest „This plugin shows the game's revenue inside the Steam store page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Steam Revenue Calculator
Pobierz pliki rozszerzeń Steam Revenue Calculator 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
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/
Podstawowe informacje o rozszerzeniu
Nazwa | Steam Revenue Calculator |
ID | gjhejidajnchnadcangcodljgdmenipa |
Oficjalny URL | https://chromewebstore.google.com/detail/steam-revenue-calculator/gjhejidajnchnadcangcodljgdmenipa |
Opis | This plugin shows the game's revenue inside the Steam store page. |
Rozmiar pliku | 24.44 KB |
Liczba instalacji | 3,704 |
Aktualna Wersja | 1.0.5 |
Ostatnia Aktualizacja | 2023-11-29 |
Data Publikacji | 2022-01-27 |
Ocena | 4.20/5 Łącznie 15 Oceny |
Deweloper | omer1615 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://omerfarukcelik.com/ |
Obsługiwane Języki | 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" } |