Steam Revenue Calculator
This plugin shows the game's revenue inside the Steam store page.
Qu'est-ce que Steam Revenue Calculator ?
Steam Revenue Calculator est une extension Chrome développée par omer1615, et sa fonction principale est "This plugin shows the game's revenue inside the Steam store page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Steam Revenue Calculator
Téléchargez les fichiers d'extension Steam Revenue Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | Steam Revenue Calculator |
ID | gjhejidajnchnadcangcodljgdmenipa |
URL Officiel | https://chromewebstore.google.com/detail/steam-revenue-calculator/gjhejidajnchnadcangcodljgdmenipa |
Description | This plugin shows the game's revenue inside the Steam store page. |
Taille du Fichier | 24.44 KB |
Nombre d'Installations | 3,704 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2023-11-29 |
Date de Publication | 2022-01-27 |
Évaluation | 4.20/5 Total 15 Évaluations |
Développeur | omer1615 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://omerfarukcelik.com/ |
Langues Prises en Charge | 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" } |