POE Ninja build price checker
Tool to check the average price from a build on the poe ninja website
Co to jest POE Ninja build price checker?
POE Ninja build price checker to rozszerzenie Chrome opracowane przez lucasbs1991, a jego główną funkcją jest „Tool to check the average price from a build on the poe ninja website”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia POE Ninja build price checker
Pobierz pliki rozszerzeń POE Ninja build price checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | mlkbpbfadeaigdolbpmolmelmgaacahh | 
| Oficjalny URL | https://chromewebstore.google.com/detail/poe-ninja-build-price-che/mlkbpbfadeaigdolbpmolmelmgaacahh | 
| Opis | Tool to check the average price from a build on the poe ninja website | 
| Rozmiar pliku | 330 KB | 
| Liczba instalacji | 82 | 
| Aktualna Wersja | 0.2 | 
| Ostatnia Aktualizacja | 2023-10-05 | 
| Data Publikacji | 2023-09-23 | 
| Deweloper | lucasbs1991 | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
    }
}  |  |