POE Ninja build price checker
Tool to check the average price from a build on the poe ninja website
Wat is POE Ninja build price checker?
POE Ninja build price checker is een Chrome-extensie ontwikkeld door lucasbs1991, en de belangrijkste functie is "Tool to check the average price from a build on the poe ninja website".
Extensie Screenshots
Download het CRX-bestand van de extensie POE Ninja build price checker
Download POE Ninja build price checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | mlkbpbfadeaigdolbpmolmelmgaacahh | 
| Officiële URL | https://chromewebstore.google.com/detail/poe-ninja-build-price-che/mlkbpbfadeaigdolbpmolmelmgaacahh | 
| Beschrijving | Tool to check the average price from a build on the poe ninja website | 
| Bestandsgrootte | 330 KB | 
| Aantal Installaties | 82 | 
| Huidige Versie | 0.2 | 
| Laatst Bijgewerkt | 2023-10-05 | 
| Publicatiedatum | 2023-09-23 | 
| Ontwikkelaar | lucasbs1991 | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    }
}  |  |