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.
What is PoE Bulk Trade - Buy All?
PoE Bulk Trade - Buy All is a Chrome extension developed by WatchRaccoonGaming, and its main feature is "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.".
Extension Screenshots
Download PoE Bulk Trade - Buy All Extension CRX File
Download PoE Bulk Trade - Buy All extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | PoE Bulk Trade - Buy All |
ID | bafffofgkhnjkbhlbbofconbfecknejm |
Official URL | https://chromewebstore.google.com/detail/poe-bulk-trade-buy-all/bafffofgkhnjkbhlbbofconbfecknejm |
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. |
File Size | 351 KB |
Installation Count | 1,212 |
Current Version | 0.2 |
Last Updated | 2020-08-27 |
Publish Date | 2020-08-03 |
Rating | 5.00/5 Total 2 Ratings |
Developer | WatchRaccoonGaming |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/rtanase2/poe-bulk-buy-extension |
Help Page URL | https://github.com/rtanase2/poe-bulk-buy-extension/issues |
Supported Languages | 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 } |