POE Ninja build price checker
Tool to check the average price from a build on the poe ninja website
What is POE Ninja build price checker?
POE Ninja build price checker is a Chrome extension developed by lucasbs1991, and its main feature is "Tool to check the average price from a build on the poe ninja website".
Extension Screenshots
Download POE Ninja build price checker Extension CRX File
Download POE Ninja build price checker 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
Tool to check the average price from a build on the poe ninja website with download CSV option to check each item on the pathofexile.com market.
Extension Basic Information
Name | POE Ninja build price checker |
ID | mlkbpbfadeaigdolbpmolmelmgaacahh |
Official URL | https://chromewebstore.google.com/detail/poe-ninja-build-price-che/mlkbpbfadeaigdolbpmolmelmgaacahh |
Description | Tool to check the average price from a build on the poe ninja website |
File Size | 330 KB |
Installation Count | 82 |
Current Version | 0.2 |
Last Updated | 2023-10-05 |
Publish Date | 2023-09-23 |
Developer | lucasbs1991 |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "POE Ninja build price checker", "description": "Tool to check the average price from a build on the poe ninja website", "version": "0.2", "manifest_version": 3, "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/www.pathofexile.com\/api\/trade\/search\/ *" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo.png" } }, "externally_connectable": { "matches": [ "https:\/\/*\/*" ] }, "background": { "service_worker": "content.js" } } |