POE Trade Copy to Path Of Building

POE Trade Copy to Path Of Building

One click copy of an item to an importable format for Path of Building! Steps: 1) Click your new "POB" link on…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "POE Trade Copy to Path Of Building",
  "short_name": "POETrade2POB",
  "version": "1.0.3",
  "content_scripts": [
    {
      "js": [
        "process.js"
      ],
      "matches": [
        "*://poe.trade/*"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "webNavigation",
    "clipboardWrite",
    "*://poe.trade/*"
  ],
  "manifest_version": 2
}