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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |