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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } } |