POE Ninja build price checker

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

Что такое POE Ninja build price checker?

POE Ninja build price checker - это расширение Chrome, разработанное lucasbs1991, и его основная функция - "Tool to check the average price from a build on the poe ninja website".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения POE Ninja build price checker

Скачайте файлы расширений POE Ninja build price checker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название POE Ninja build price checker POE Ninja build price checker
ID mlkbpbfadeaigdolbpmolmelmgaacahh
Официальный URL https://chromewebstore.google.com/detail/poe-ninja-build-price-che/mlkbpbfadeaigdolbpmolmelmgaacahh
Описание Tool to check the average price from a build on the poe ninja website
Размер файла 330 KB
Количество установок 82
Текущая Версия 0.2
Последнее Обновление 2023-10-05
Дата публикации 2023-09-23
Разработчик lucasbs1991
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}