POE2 거래소 아이템 Export (한국) Firefox

Examine source code of POE2 거래소 아이템 Export (한국)

By: Kei
Inspect and view changes in POE2 거래소 아이템 Export (한국) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "e97497897d9a2bd6631323b8eaf0f3b0826be6ab@poe2-kr-exporter",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "name": "POE2 거래소 아이템 Export",
  "version": "1.1.4",
  "description": "POE2 한국 거래소에 Export 버튼을 추가합니다. 아이템 정보를 바로 복사하여 POB에 입력할 수 있습니다.",
  "permissions": [
    "<all_urls>",
    "clipboardWrite",
    "scripting",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://poe.kakaogames.com/trade2/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  }
}

Best POE2 거래소 아이템 Export (한국) Alternatives

Here are some Firefox add-ons that are similar to POE2 거래소 아이템 Export (한국):