PoE Bulk Trade - Buy All

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.

Merlin
Additional files are visible only to premium users

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
}