Exodia
View Exodia.io analytics within Opensea NFT marketplace.
ما هو Exodia؟
Exodia هو إضافة Chrome تم تطويرها بواسطة Exodia، والميزة الرئيسية لها هي "View Exodia.io analytics within Opensea NFT marketplace.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Exodia
قم بتنزيل ملفات الامتداد Exodia بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Integrates Exodia.io analytics into OpenSea making it easier to reach the Exodia data you need directly from OpenSea. View rarity, value estimates, and quickly jump to Exodia.io using this extension on OpenSea, LooksRare and Twitter.
معلومات أساسية عن التمديد
الاسم | |
ID | pmgipgidcnbnbnmjbmjdpblgipmfipgl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/exodia/pmgipgidcnbnbnmjbmjdpblgipmfipgl |
الوصف | View Exodia.io analytics within Opensea NFT marketplace. |
حجم الملف | 30.81 KB |
عدد التثبيتات | 228 |
النسخة الحالية | 0.0.8 |
آخر تحديث | 2022-04-10 |
تاريخ النشر | 2021-12-19 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Exodia |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://exodia.io |
عنوان صفحة المساعدة | https://exodia.io |
عنوان صفحة سياسة الخصوصية | https://exodia.io/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Exodia", "description": "View Exodia.io analytics within Opensea NFT marketplace.", "version": "0.0.8", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "storage", "activeTab" ], "action": { "default_icon": { "16": "\/images\/blue-light.png", "32": "\/images\/blue-light.png", "48": "\/images\/blue-light.png", "128": "\/images\/blue-light.png" } }, "icons": { "16": "\/images\/blue-black.png", "32": "\/images\/blue-black.png", "48": "\/images\/blue-black.png", "128": "\/images\/blue-black.png" }, "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*" ], "css": [ "main.css" ], "js": [ "common.js", "opensea.js", "injectInfo.js" ] }, { "matches": [ "https:\/\/looksrare.org\/*" ], "css": [ "main.css" ], "js": [ "common.js", "looksrare.js", "injectInfo.js" ] }, { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "main.css" ], "js": [ "common.js", "twitter.js", "injectTwitterInfo.js" ] } ] } |