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.
Cos'è PoE Bulk Trade - Buy All?
PoE Bulk Trade - Buy All è un'estensione di Chrome sviluppata da WatchRaccoonGaming, e la sua funzione principale è "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 dell'Estensione
Scarica il file CRX dell'estensione PoE Bulk Trade - Buy All
Scarica i file di estensione PoE Bulk Trade - Buy All in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | PoE Bulk Trade - Buy All |
ID | bafffofgkhnjkbhlbbofconbfecknejm |
URL Ufficiale | https://chromewebstore.google.com/detail/poe-bulk-trade-buy-all/bafffofgkhnjkbhlbbofconbfecknejm |
Descrizione | 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. |
Dimensione del File | 351 KB |
Conteggio Installazioni | 1,212 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2020-08-27 |
Data di Pubblicazione | 2020-08-03 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | WatchRaccoonGaming |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/rtanase2/poe-bulk-buy-extension |
URL della Pagina di Aiuto | https://github.com/rtanase2/poe-bulk-buy-extension/issues |
Lingue Supportate | 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 } |