Game Revenue Estimate
Add Steam revenue estimate to every Steam store page
Game Revenue Estimateคืออะไร?
Game Revenue Estimate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Doolwind และคุณลักษณะหลักของมันคือ "Add Steam revenue estimate to every Steam store page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Game Revenue Estimate
ดาวน์โหลดไฟล์ส่วนขยาย Game Revenue Estimate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension shows the estimated total revenue generated by a game on steam based on its price and total reviews using a simple algorithm. The price is shown in brackets after the games title in the currency shown on the page. The estimate is a guide only and should not be used in any financial planning.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Game Revenue Estimate |
ID | iefefhbijeoiookkedboieenbdejponf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/game-revenue-estimate/iefefhbijeoiookkedboieenbdejponf |
คำอธิบาย | Add Steam revenue estimate to every Steam store page |
ขนาดไฟล์ | 38.28 KB |
จำนวนการติดตั้ง | 41 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2022-02-16 |
วันที่เผยแพร่ | 2022-02-16 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Doolwind |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Game Revenue Estimate", "version": "0.1.0", "description": "Add Steam revenue estimate to every Steam store page", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/store.steampowered.com\/app\/*" ] } ], "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |