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開發的Chrome擴展程式,該擴展的主要功能是“Tool to check the average price from a build on the poe ninja website”。
擴展截圖
下載POE Ninja build price checker擴展crx文件
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | mlkbpbfadeaigdolbpmolmelmgaacahh | 
| 官方網址 | 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"
    }
}  |  |