Poe Trade to POB

Poe Trade to POB

Adds a Copy button to POE Trade, allowing you to easily copy items from there ready for importing into Path of Building. Not…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Poe Trade to POB",
  "short_name": "Poe Trade To POB",
  "version": "1.0.1",
  "content_scripts": [
    {
      "js": [
        "process.js"
      ],
      "matches": [
        "*://poe.trade/*"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "webNavigation",
    "clipboardWrite",
    "*://poe.trade/*"
  ],
  "manifest_version": 2
}