Axie Addon
extension for Axie Infinity Marketplace.
ما هو Axie Addon؟
Axie Addon هو إضافة Chrome تم تطويرها بواسطة DrRrof، والميزة الرئيسية لها هي "extension for Axie Infinity Marketplace.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Axie Addon
قم بتنزيل ملفات الامتداد Axie Addon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple addon for Axie Infinity Marketplace that makes price analysis of axies a little bit quicker. - Clicking on the extension button while viewing an axie will open a search in a new tab with that axie's class + parts. - Clicking on the extension button while not viewing an axie opens the site (https://marketplace.axieinfinity.com/) in a new tab. Could potentially be expanded on if any ideas. https://addons.mozilla.org/en-US/firefox/addon/axie-addon/ If you find the addon useful consider sending me a small tip (obviously optional): Ronin: ronin:ba79d7f15b9c17570d77e70cac4b5fd3838083ea MetaMask (ETH Mainnet + BSC): 0x0235C9D8413b4807602468Ed363dfAa8A1c5Cde2
معلومات أساسية عن التمديد
الاسم | Axie Addon |
ID | ehmmohmdikjlaaekfmnahkbffjbdpnog |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/axie-addon/ehmmohmdikjlaaekfmnahkbffjbdpnog |
الوصف | extension for Axie Infinity Marketplace. |
حجم الملف | 20.64 KB |
عدد التثبيتات | 194 |
النسخة الحالية | 1.2.0 |
آخر تحديث | 2021-11-03 |
تاريخ النشر | 2021-10-19 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | DrRrof |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/lmReef/axie-addon |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Axie Addon", "version": "1.2.0", "permissions": [ "activeTab" ], "description": "extension for Axie Infinity Marketplace.", "icons": { "32": "icons\/slp.png", "128": "icons\/slp-128.png" }, "browser_action": { "browser_style": true, "default_icon": { "32": "icons\/slp.png", "128": "icons\/slp.png" } }, "background": { "scripts": [ "browser-polyfill.min.js", "background.js" ] } } |