POE Ninja build price checker

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

POE Ninja build price checker là gì?

POE Ninja build price checker là một tiện ích mở rộng Chrome được phát triển bởi lucasbs1991, và tính năng chính của nó là "Tool to check the average price from a build on the poe ninja website".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng POE Ninja build price checker

Tải xuống các tệp mở rộng POE Ninja build price checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên POE Ninja build price checker POE Ninja build price checker
ID mlkbpbfadeaigdolbpmolmelmgaacahh
URL Chính Thức https://chromewebstore.google.com/detail/poe-ninja-build-price-che/mlkbpbfadeaigdolbpmolmelmgaacahh
Mô tả Tool to check the average price from a build on the poe ninja website
Kích Thước Tệp 330 KB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2023-10-05
Ngày Phát Hành 2023-09-23
Nhà Phát Triển lucasbs1991
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}