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.

Was ist PoE Bulk Trade - Buy All?

PoE Bulk Trade - Buy All ist eine Chrome-Erweiterung, die von WatchRaccoonGaming entwickelt wurde, und ihr Hauptmerkmal ist "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.".

Erweiterungsscreenshots

screenshot

PoE Bulk Trade - Buy All-Erweiterungs-CRX-Datei herunterladen

Laden Sie PoE Bulk Trade - Buy All-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name PoE Bulk Trade - Buy All PoE Bulk Trade - Buy All
ID bafffofgkhnjkbhlbbofconbfecknejm
Offizielle URL https://chromewebstore.google.com/detail/poe-bulk-trade-buy-all/bafffofgkhnjkbhlbbofconbfecknejm
Beschreibung 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.
Dateigröße 351 KB
Installationsanzahl 1,212
Aktuelle Version 0.2
Letztes Update 2020-08-27
Veröffentlichungsdatum 2020-08-03
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler WatchRaccoonGaming
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/rtanase2/poe-bulk-buy-extension
Hilfeseite URL https://github.com/rtanase2/poe-bulk-buy-extension/issues
Unterstützte Sprachen 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
}