POE Ninja build price checker
Tool to check the average price from a build on the poe ninja website
O que é POE Ninja build price checker?
POE Ninja build price checker é uma extensão do Chrome desenvolvida por lucasbs1991, e sua principal característica é "Tool to check the average price from a build on the poe ninja website".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão POE Ninja build price checker
Baixe arquivos de extensão POE Ninja build price checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | POE Ninja build price checker |
ID | mlkbpbfadeaigdolbpmolmelmgaacahh |
URL Oficial | https://chromewebstore.google.com/detail/poe-ninja-build-price-che/mlkbpbfadeaigdolbpmolmelmgaacahh |
Descrição | Tool to check the average price from a build on the poe ninja website |
Tamanho do Arquivo | 330 KB |
Contagem de Instalações | 82 |
Versão Atual | 0.2 |
Última Atualização | 2023-10-05 |
Data de Publicação | 2023-09-23 |
Desenvolvedor | lucasbs1991 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |