FungyProof
Check the technical quality of NFTs while browsing OpenSea.
ما هو FungyProof؟
FungyProof هو إضافة Chrome تم تطويرها بواسطة https://fungyproof.com، والميزة الرئيسية لها هي "Check the technical quality of NFTs while browsing OpenSea.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FungyProof
قم بتنزيل ملفات الامتداد FungyProof بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
FungyProof is a new way to grade, enrich, and display NFTs. Check your NFT for 30+ data points related to security, decentralization and energy then fix grade issues by adding your NFT to the registry with a FungyProof Case.
معلومات أساسية عن التمديد
الاسم | FungyProof |
ID | hclifjggbhfngpojckopbommebllpbgl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/fungyproof/hclifjggbhfngpojckopbommebllpbgl |
الوصف | Check the technical quality of NFTs while browsing OpenSea. |
حجم الملف | 1.1 MB |
عدد التثبيتات | 17 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2021-11-16 |
تاريخ النشر | 2021-11-10 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://fungyproof.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.fungyproof.com/legal |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FungyProof", "version": "0.0.2", "manifest_version": 2, "description": "Check the technical quality of NFTs while browsing OpenSea.", "homepage_url": "https:\/\/fungyproof.com", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/testnets.opensea.io\/*", "https:\/\/opensea.io\/*" ], "js": [ "vendor\/jquery.js", "vendor\/sqrl.js", "vendor\/modal.js", "inject.js" ], "css": [ "inject.css" ] } ], "browser_action": { "default_title": "FungyProof", "default_popup": "popup.html" }, "permissions": [ "https:\/\/testnets.opensea.io\/*\/*", "https:\/\/opensea.io\/*\/*" ], "web_accessible_resources": [ "assets\/*", "templates.html" ] } |