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.
Τι είναι το PoE Bulk Trade - Buy All;
Το PoE Bulk Trade - Buy All είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον WatchRaccoonGaming, και η κύρια λειτουργία του είναι "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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PoE Bulk Trade - Buy All
Λήψη αρχείων επέκτασης PoE Bulk Trade - Buy All σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | PoE Bulk Trade - Buy All |
ID | bafffofgkhnjkbhlbbofconbfecknejm |
Επίσημο URL | https://chromewebstore.google.com/detail/poe-bulk-trade-buy-all/bafffofgkhnjkbhlbbofconbfecknejm |
Περιγραφή | 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. |
Μέγεθος Αρχείου | 351 KB |
Αριθμός Εγκαταστάσεων | 1,212 |
Τρέχουσα Έκδοση | 0.2 |
Τελευταία Ενημέρωση | 2020-08-27 |
Ημερομηνία Δημοσίευσης | 2020-08-03 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | WatchRaccoonGaming |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/rtanase2/poe-bulk-buy-extension |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/rtanase2/poe-bulk-buy-extension/issues |
Υποστηριζόμενες Γλώσσες | 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 } |