Steam Revenue Calculator
This plugin shows the game's revenue inside the Steam store page.
Τι είναι το Steam Revenue Calculator;
Το Steam Revenue Calculator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον omer1615, και η κύρια λειτουργία του είναι "This plugin shows the game's revenue inside the Steam store page.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Steam Revenue Calculator
Λήψη αρχείων επέκτασης Steam Revenue Calculator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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/
Βασικές Πληροφορίες Επέκτασης
Όνομα | Steam Revenue Calculator |
ID | gjhejidajnchnadcangcodljgdmenipa |
Επίσημο URL | https://chromewebstore.google.com/detail/steam-revenue-calculator/gjhejidajnchnadcangcodljgdmenipa |
Περιγραφή | This plugin shows the game's revenue inside the Steam store page. |
Μέγεθος Αρχείου | 24.44 KB |
Αριθμός Εγκαταστάσεων | 3,704 |
Τρέχουσα Έκδοση | 1.0.5 |
Τελευταία Ενημέρωση | 2023-11-29 |
Ημερομηνία Δημοσίευσης | 2022-01-27 |
Αξιολόγηση | 4.20/5 Συνολικά 15 Αξιολογήσεις |
Προγραμματιστής | omer1615 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://omerfarukcelik.com/ |
Υποστηριζόμενες Γλώσσες | 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" } |