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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้านโยบายความเป็นส่วนตัว | 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" ] } |