PoE Bulk Trade - Buy All
Adds a button to the Path of Exile bulk trade site which allows you to copy a whisper message to buy all of the offered item.
PoE Bulk Trade - Buy Allคืออะไร?
PoE Bulk Trade - Buy All เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WatchRaccoonGaming และคุณลักษณะหลักของมันคือ "Adds a button to the Path of Exile bulk trade site which allows you to copy a whisper message to buy all of the offered item."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PoE Bulk Trade - Buy All
ดาวน์โหลดไฟล์ส่วนขยาย PoE Bulk Trade - Buy All ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a button to the Path of Exile bulk trade site which allows you to copy a whisper message to buy all of the offered item. If the currency you are buying with is chaos or less then offer will be rounded up to next unit. If trading in exalts, the value will be rounded down to the nearest exalt. Mirror purchases are not supported.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PoE Bulk Trade - Buy All |
ID | bafffofgkhnjkbhlbbofconbfecknejm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/poe-bulk-trade-buy-all/bafffofgkhnjkbhlbbofconbfecknejm |
คำอธิบาย | Adds a button to the Path of Exile bulk trade site which allows you to copy a whisper message to buy all of the offered item. |
ขนาดไฟล์ | 351 KB |
จำนวนการติดตั้ง | 1,212 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2020-08-27 |
วันที่เผยแพร่ | 2020-08-03 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | WatchRaccoonGaming |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/rtanase2/poe-bulk-buy-extension |
URL หน้าช่วยเหลือ | https://github.com/rtanase2/poe-bulk-buy-extension/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PoE Bulk Trade - Buy All", "version": "0.2", "description": "Adds a button to the Path of Exile bulk trade site which allows you to copy a whisper message to buy all of the offered item.", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/*.pathofexile.com\/trade\/*" ], "js": [ "addButton.js" ], "css": [ "addButton.css" ] } ], "icons": { "16": "images\/icon_18.png", "32": "images\/icon_36.png", "48": "images\/icon_72.png", "128": "images\/icon_128.png" }, "manifest_version": 2 } |