Better PathOfExile Trading
A browser extension that enhances the pathofexile.com/trade experience. Features: - Bookmarks manager - Equivalent pricing…
What is Better PathOfExile Trading?
Better PathOfExile Trading is a Chrome extension developed by Exile Center, and its main feature is "A browser extension that enhances the pathofexile.com/trade experience. Features: - Bookmarks manager - Equivalent pricing…".
Extension Screenshots
Download Better PathOfExile Trading Extension CRX File
Download Better PathOfExile Trading extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A browser extension that enhances the pathofexile.com/trade experience. Features: - Bookmarks manager - Equivalent pricing calculator (powered by poe.ninja) - Searched mods highlighting - Trade search history - Tab title live search indicator - Tab titles based on current trade
Extension Basic Information
Name | Better PathOfExile Trading |
ID | fhlinfpmdlijegjlpgedcmglkakaghnk |
Official URL | https://chromewebstore.google.com/detail/better-pathofexile-tradin/fhlinfpmdlijegjlpgedcmglkakaghnk |
Description | A browser extension that enhances the pathofexile.com/trade experience. Features: - Bookmarks manager - Equivalent pricing… |
File Size | 1.07 MB |
Installation Count | 145,914 |
Current Version | 1.7.2 |
Last Updated | 2023-09-19 |
Publish Date | 2020-06-15 |
Rating | 4.47/5 Total 103 Ratings |
Developer | Exile Center |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/exile-center/better-trading |
Help Page URL | https://github.com/exile-center/better-trading/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.7.2", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/www.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\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "name": "Better PathOfExile Trading", "description": "" } |