POE Ninja build price checker
Tool to check the average price from a build on the poe ninja website
Co je POE Ninja build price checker?
POE Ninja build price checker je rozšíření Chrome vyvinuté lucasbs1991, a jeho hlavní funkcí je „Tool to check the average price from a build on the poe ninja website“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření POE Ninja build price checker
Stáhněte si soubory rozšíření POE Ninja build price checker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | POE Ninja build price checker |
ID | mlkbpbfadeaigdolbpmolmelmgaacahh |
Oficiální URL | https://chromewebstore.google.com/detail/poe-ninja-build-price-che/mlkbpbfadeaigdolbpmolmelmgaacahh |
Popis | Tool to check the average price from a build on the poe ninja website |
Velikost souboru | 330 KB |
Počet instalací | 82 |
Aktuální Verze | 0.2 |
Poslední Aktualizace | 2023-10-05 |
Datum Vydání | 2023-09-23 |
Vývojář | lucasbs1991 |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |