Steam Revenue Calculator
This plugin shows the game's revenue inside the Steam store page.
Steam Revenue Calculator क्या है?
Steam Revenue Calculator omer1615 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This plugin shows the game's revenue inside the Steam store page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Steam Revenue Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |