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.
¿Qué es PoE Bulk Trade - Buy All?
PoE Bulk Trade - Buy All es una extensión de Chrome desarrollada por WatchRaccoonGaming, y su función principal es "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.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión PoE Bulk Trade - Buy All
Descarga archivos de extensión PoE Bulk Trade - Buy All en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | PoE Bulk Trade - Buy All |
ID | bafffofgkhnjkbhlbbofconbfecknejm |
URL Oficial | https://chromewebstore.google.com/detail/poe-bulk-trade-buy-all/bafffofgkhnjkbhlbbofconbfecknejm |
Descripción | 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. |
Tamaño del Archivo | 351 KB |
Cantidad de Instalaciones | 1,212 |
Versión Actual | 0.2 |
Última Actualización | 2020-08-27 |
Fecha de Publicación | 2020-08-03 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | WatchRaccoonGaming |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/rtanase2/poe-bulk-buy-extension |
URL de la Página de Ayuda | https://github.com/rtanase2/poe-bulk-buy-extension/issues |
Idiomas Soportados | 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 } |