Axie.zone Pricing Helper
This extension allows you to visualize the sold prices in the Axie.zone Finder.
ما هو Axie.zone Pricing Helper؟
Axie.zone Pricing Helper هو إضافة Chrome تم تطويرها بواسطة https://oshiteku.app، والميزة الرئيسية لها هي "This extension allows you to visualize the sold prices in the Axie.zone Finder.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Axie.zone Pricing Helper
قم بتنزيل ملفات الامتداد Axie.zone Pricing Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Axie.zone Finder is very useful for finding the Axie you want, but it doesn't allow you to see the past sales history. This extension will help you to analyze the price of Axie.
معلومات أساسية عن التمديد
الاسم | Axie.zone Pricing Helper |
ID | gnejflagnhkhfalcogkkcpejgkiflibf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/axiezone-pricing-helper/gnejflagnhkhfalcogkkcpejgkiflibf |
الوصف | This extension allows you to visualize the sold prices in the Axie.zone Finder. |
حجم الملف | 845 KB |
عدد التثبيتات | 927 |
النسخة الحالية | 1.1 |
آخر تحديث | 2020-11-03 |
تاريخ النشر | 2020-11-01 |
المطور | https://oshiteku.app |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Axie.zone Pricing Helper", "description": "This extension allows you to visualize the sold prices in the Axie.zone Finder.", "version": "1.1", "manifest_version": 2, "icons": { "128": "icon.png" }, "permissions": [ "webRequest", "https:\/\/axie.zone\/*", "https:\/\/axieinfinity.com\/graphql-server\/graphql" ], "background": { "scripts": [ "event_page.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/axie.zone\/finder*" ], "js": [ "content_script.js" ] } ] } |