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 هو إضافة Chrome تم تطويرها بواسطة lucasbs1991، والميزة الرئيسية لها هي "Tool to check the average price from a build on the poe ninja website".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة POE Ninja build price checker
قم بتنزيل ملفات الامتداد POE Ninja build price checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" } } |