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.

Qu'est-ce que PoE Bulk Trade - Buy All ?

PoE Bulk Trade - Buy All est une extension Chrome développée par WatchRaccoonGaming, et sa fonction principale est "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.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PoE Bulk Trade - Buy All

Téléchargez les fichiers d'extension PoE Bulk Trade - Buy All au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PoE Bulk Trade - Buy All PoE Bulk Trade - Buy All
ID bafffofgkhnjkbhlbbofconbfecknejm
URL Officiel https://chromewebstore.google.com/detail/poe-bulk-trade-buy-all/bafffofgkhnjkbhlbbofconbfecknejm
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.
Taille du Fichier 351 KB
Nombre d'Installations 1,212
Version Actuelle 0.2
Dernière Mise à Jour 2020-08-27
Date de Publication 2020-08-03
Évaluation 5.00/5 Total 2 Évaluations
Développeur WatchRaccoonGaming
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/rtanase2/poe-bulk-buy-extension
URL de la Page d'Aide https://github.com/rtanase2/poe-bulk-buy-extension/issues
Langues Prises en Charge 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
}