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" } |