Better Buy Orders
Improves Steam Community Market Buy Orders (extended listings, 'hot swap' currencies)
Better Buy Ordersคืออะไร?
Better Buy Orders เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Step7750 และคุณลักษณะหลักของมันคือ "Improves Steam Community Market Buy Orders (extended listings, 'hot swap' currencies)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Buy Orders
ดาวน์โหลดไฟล์ส่วนขยาย Better Buy Orders ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Better Buy Orders is an extension that improves your experience and productivity on the Steam Community Market. Github: https://github.com/Step7750/BetterBuyOrders Steam Group: http://steamcommunity.com/groups/bborders Features: * Extend the amount of buy and sell orders seen * Allows "hot swapping" of currencies for the tables * Place buy orders on items without any listings * Price history graphs now appear on pages with no listings * Works on commodity, items, and pages with nothing listed If you have any suggestions or bug reports, please contact me on Steam (http://steamcommunity.com/id/Step7750/) or my email [email protected]. You can also report issues using the Github tracker.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Better Buy Orders |
ID | fdohejjlbpikihghncmaejajdbpoiebj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/better-buy-orders/fdohejjlbpikihghncmaejajdbpoiebj |
คำอธิบาย | Improves Steam Community Market Buy Orders (extended listings, 'hot swap' currencies) |
ขนาดไฟล์ | 215 KB |
จำนวนการติดตั้ง | 4,515 |
เวอร์ชันปัจจุบัน | 1.6.2 |
อัปเดตครั้งล่าสุด | 2017-11-23 |
วันที่เผยแพร่ | 2017-11-22 |
คะแนน | 4.00/5 รวมทั้งหมด 39 คะแนน |
ผู้พัฒนา | Step7750 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Step7750/BetterBuyOrders |
URL หน้าช่วยเหลือ | https://github.com/Step7750/BetterBuyOrders |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "js": [ "bbo.js" ], "css": [ "bbo.css" ], "matches": [ "*:\/\/*.steamcommunity.com\/market\/listings\/*" ], "run_at": "document_start" } ], "permissions": [ "*:\/\/*.steamcommunity.com\/market\/listings\/*" ], "icons": { "16": "icons\/16logo.png", "48": "icons\/48logo.png", "128": "icons\/128logo.png" }, "description": "Improves Steam Community Market Buy Orders (extended listings, 'hot swap' currencies)", "name": "Better Buy Orders", "short_name": "BBO", "version": "1.6.2" } |