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.
Vad är PoE Bulk Trade - Buy All?
PoE Bulk Trade - Buy All är en Chrome-tillägg utvecklad av WatchRaccoonGaming, och dess huvudfunktion är "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.".
Tilläggsskärmbilder
Ladda ner PoE Bulk Trade - Buy All-förlängningens CRX-fil
Ladda ner PoE Bulk Trade - Buy All-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | PoE Bulk Trade - Buy All |
ID | bafffofgkhnjkbhlbbofconbfecknejm |
Officiell webbadress | https://chromewebstore.google.com/detail/poe-bulk-trade-buy-all/bafffofgkhnjkbhlbbofconbfecknejm |
Beskrivning | 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. |
Filstorlek | 351 KB |
Antal Installationer | 1,212 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2020-08-27 |
Publiceringsdatum | 2020-08-03 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | WatchRaccoonGaming |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/rtanase2/poe-bulk-buy-extension |
Hjälpsida URL | https://github.com/rtanase2/poe-bulk-buy-extension/issues |
Stödda Språk | 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 } |