Steam Revenue Calculator
This plugin shows the game's revenue inside the Steam store page.
Vad är Steam Revenue Calculator?
Steam Revenue Calculator är en Chrome-tillägg utvecklad av omer1615, och dess huvudfunktion är "This plugin shows the game's revenue inside the Steam store page.".
Tilläggsskärmbilder
Ladda ner Steam Revenue Calculator-förlängningens CRX-fil
Ladda ner Steam Revenue Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/
Grundläggande Information om Tillägg
Namn | Steam Revenue Calculator |
ID | gjhejidajnchnadcangcodljgdmenipa |
Officiell webbadress | https://chromewebstore.google.com/detail/steam-revenue-calculator/gjhejidajnchnadcangcodljgdmenipa |
Beskrivning | This plugin shows the game's revenue inside the Steam store page. |
Filstorlek | 24.44 KB |
Antal Installationer | 3,704 |
Aktuell Version | 1.0.5 |
Senast Uppdaterad | 2023-11-29 |
Publiceringsdatum | 2022-01-27 |
Betyg | 4.20/5 Totalt 15 Betyg |
Utvecklare | omer1615 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://omerfarukcelik.com/ |
Stödda Språk | 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" } |