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.
Apa itu PoE Bulk Trade - Buy All?
PoE Bulk Trade - Buy All adalah ekstensi Chrome yang dikembangkan oleh WatchRaccoonGaming, dan fitur utamanya adalah "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.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PoE Bulk Trade - Buy All
Unduh file ekstensi PoE Bulk Trade - Buy All dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | PoE Bulk Trade - Buy All |
ID | bafffofgkhnjkbhlbbofconbfecknejm |
URL Resmi | https://chromewebstore.google.com/detail/poe-bulk-trade-buy-all/bafffofgkhnjkbhlbbofconbfecknejm |
Deskripsi | 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. |
Ukuran File | 351 KB |
Jumlah Instalasi | 1,212 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2020-08-27 |
Tanggal Publikasi | 2020-08-03 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | WatchRaccoonGaming |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/rtanase2/poe-bulk-buy-extension |
URL Halaman Bantuan | https://github.com/rtanase2/poe-bulk-buy-extension/issues |
Bahasa yang Didukung | 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 } |