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",
"manifest_version": 3,
"name": "Path of Exile Trade Omnisearch",
"description": "Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.",
"version": "0.0.6",
"action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.pathofexile.com\/trade\/search\/*"
],
"js": [
"static\/js\/main.00b1da82.js"
],
"css": [
"static\/css\/main.31d6cfe0.css"
],
"media": []
}
]
}