POE Ninja build price checker
Tool to check the average price from a build on the poe ninja website
Was ist POE Ninja build price checker?
POE Ninja build price checker ist eine Chrome-Erweiterung, die von lucasbs1991 entwickelt wurde, und ihr Hauptmerkmal ist "Tool to check the average price from a build on the poe ninja website".
Erweiterungsscreenshots
POE Ninja build price checker-Erweiterungs-CRX-Datei herunterladen
Laden Sie POE Ninja build price checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | mlkbpbfadeaigdolbpmolmelmgaacahh | 
| Offizielle URL | https://chromewebstore.google.com/detail/poe-ninja-build-price-che/mlkbpbfadeaigdolbpmolmelmgaacahh | 
| Beschreibung | Tool to check the average price from a build on the poe ninja website | 
| Dateigröße | 330 KB | 
| Installationsanzahl | 82 | 
| Aktuelle Version | 0.2 | 
| Letztes Update | 2023-10-05 | 
| Veröffentlichungsdatum | 2023-09-23 | 
| Entwickler | lucasbs1991 | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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"
    }
}  |  |