Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.9.2",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"*:\/\/www.pathofexile.com\/trade*",
"*:\/\/pathofexile.com\/trade*"
],
"js": [
"assets\/vendor.js",
"assets\/better-trading.js"
],
"css": [
"assets\/vendor.css",
"assets\/better-trading.css"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/poe.ninja\/*"
],
"web_accessible_resources": [
{
"resources": [
"assets\/images\/*"
],
"matches": [
"*:\/\/www.pathofexile.com\/*",
"*:\/\/pathofexile.com\/*"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"64": "icon64.png",
"128": "icon128.png"
},
"name": "Better PathOfExile Trading",
"description": ""
}