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