Steam Revenue Calculator
This plugin shows the game's revenue inside the Steam store page.
Wat is Steam Revenue Calculator?
Steam Revenue Calculator is een Chrome-extensie ontwikkeld door omer1615, en de belangrijkste functie is "This plugin shows the game's revenue inside the Steam store page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Steam Revenue Calculator
Download Steam Revenue Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | Steam Revenue Calculator |
ID | gjhejidajnchnadcangcodljgdmenipa |
Officiële URL | https://chromewebstore.google.com/detail/steam-revenue-calculator/gjhejidajnchnadcangcodljgdmenipa |
Beschrijving | This plugin shows the game's revenue inside the Steam store page. |
Bestandsgrootte | 24.44 KB |
Aantal Installaties | 3,704 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2023-11-29 |
Publicatiedatum | 2022-01-27 |
Beoordeling | 4.20/5 Totaal 15 Beoordelingen |
Ontwikkelaar | omer1615 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://omerfarukcelik.com/ |
Ondersteunde Talen | 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" } |