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.
Co to jest PoE Bulk Trade - Buy All?
PoE Bulk Trade - Buy All to rozszerzenie Chrome opracowane przez WatchRaccoonGaming, a jego główną funkcją jest „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.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PoE Bulk Trade - Buy All
Pobierz pliki rozszerzeń PoE Bulk Trade - Buy All w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | PoE Bulk Trade - Buy All |
ID | bafffofgkhnjkbhlbbofconbfecknejm |
Oficjalny URL | https://chromewebstore.google.com/detail/poe-bulk-trade-buy-all/bafffofgkhnjkbhlbbofconbfecknejm |
Opis | 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. |
Rozmiar pliku | 351 KB |
Liczba instalacji | 1,212 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2020-08-27 |
Data Publikacji | 2020-08-03 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | WatchRaccoonGaming |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/rtanase2/poe-bulk-buy-extension |
Adres URL Strony Pomocy | https://github.com/rtanase2/poe-bulk-buy-extension/issues |
Obsługiwane Języki | 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 } |