Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "PoE2 Trade Item Exporter",
"version": "1.2.0",
"description": "Adds the ability to export the PoE2 trade items to plain text.",
"permissions": [],
"host_permissions": [
"https:\/\/*.pathofexile.com\/*",
"https:\/\/poe.game.daum.net\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.pathofexile.com\/trade2*",
"https:\/\/poe.game.daum.net\/trade2*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "poe2tradeHE6KE7HOCC3TCS0AYA03@firefoxextension",
"strict_min_version": "58.0"
}
}
}