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.

Hvad er PoE Bulk Trade - Buy All?

PoE Bulk Trade - Buy All er en Chrome-udvidelse udviklet af WatchRaccoonGaming, og dens hovedfunktion er "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.".

Udvidelsesskærmbilleder

screenshot

Download PoE Bulk Trade - Buy All-udvidelses-CRX-fil

Download PoE Bulk Trade - Buy All-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn PoE Bulk Trade - Buy All PoE Bulk Trade - Buy All
ID bafffofgkhnjkbhlbbofconbfecknejm
Officiel URL https://chromewebstore.google.com/detail/poe-bulk-trade-buy-all/bafffofgkhnjkbhlbbofconbfecknejm
Beskrivelse 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.
Filstørrelse 351 KB
Antal Installationer 1,212
Nuværende Version 0.2
Senest Opdateret 2020-08-27
Udgivelsesdato 2020-08-03
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler WatchRaccoonGaming
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/rtanase2/poe-bulk-buy-extension
Hjælpeside-URL https://github.com/rtanase2/poe-bulk-buy-extension/issues
Understøttede Sprog 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
}