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.
O que é PoE Bulk Trade - Buy All?
PoE Bulk Trade - Buy All é uma extensão do Chrome desenvolvida por WatchRaccoonGaming, e sua principal característica é "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 Tela da Extensão
Baixar o arquivo CRX da Extensão PoE Bulk Trade - Buy All
Baixe arquivos de extensão PoE Bulk Trade - Buy All no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | PoE Bulk Trade - Buy All |
ID | bafffofgkhnjkbhlbbofconbfecknejm |
URL Oficial | https://chromewebstore.google.com/detail/poe-bulk-trade-buy-all/bafffofgkhnjkbhlbbofconbfecknejm |
Descrição | 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. |
Tamanho do Arquivo | 351 KB |
Contagem de Instalações | 1,212 |
Versão Atual | 0.2 |
Última Atualização | 2020-08-27 |
Data de Publicação | 2020-08-03 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | WatchRaccoonGaming |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/rtanase2/poe-bulk-buy-extension |
URL da Página de Ajuda | https://github.com/rtanase2/poe-bulk-buy-extension/issues |
Idiomas Suportados | 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 } |