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 lucasbs1991 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tool to check the average price from a build on the poe ninja website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में POE Ninja build price checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}