POE Ninja build price checker

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

Qu'est-ce que POE Ninja build price checker ?

POE Ninja build price checker est une extension Chrome développée par lucasbs1991, et sa fonction principale est "Tool to check the average price from a build on the poe ninja website".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension POE Ninja build price checker

Téléchargez les fichiers d'extension POE Ninja build price checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom POE Ninja build price checker POE Ninja build price checker
ID mlkbpbfadeaigdolbpmolmelmgaacahh
URL Officiel 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
Taille du Fichier 330 KB
Nombre d'Installations 82
Version Actuelle 0.2
Dernière Mise à Jour 2023-10-05
Date de Publication 2023-09-23
Développeur lucasbs1991
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}