POE Ninja build price checker

Tool to check the average price from a build on the poe ninja website

Cos'è POE Ninja build price checker?

POE Ninja build price checker è un'estensione di Chrome sviluppata da lucasbs1991, e la sua funzione principale è "Tool to check the average price from a build on the poe ninja website".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione POE Ninja build price checker

Scarica i file di estensione POE Ninja build price checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome POE Ninja build price checker POE Ninja build price checker
ID mlkbpbfadeaigdolbpmolmelmgaacahh
URL Ufficiale https://chromewebstore.google.com/detail/poe-ninja-build-price-che/mlkbpbfadeaigdolbpmolmelmgaacahh
Descrizione Tool to check the average price from a build on the poe ninja website
Dimensione del File 330 KB
Conteggio Installazioni 82
Versione Corrente 0.2
Ultimo Aggiornamento 2023-10-05
Data di Pubblicazione 2023-09-23
Sviluppatore lucasbs1991
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}