FungyProof
Check the technical quality of NFTs while browsing OpenSea.
FungyProof là gì?
FungyProof là một tiện ích mở rộng Chrome được phát triển bởi https://fungyproof.com, và tính năng chính của nó là "Check the technical quality of NFTs while browsing OpenSea.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FungyProof
Tải xuống các tệp mở rộng FungyProof dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FungyProof |
ID | hclifjggbhfngpojckopbommebllpbgl |
URL Chính Thức | https://chromewebstore.google.com/detail/fungyproof/hclifjggbhfngpojckopbommebllpbgl |
Mô tả | Check the technical quality of NFTs while browsing OpenSea. |
Kích Thước Tệp | 1.1 MB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2021-11-16 |
Ngày Phát Hành | 2021-11-10 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://fungyproof.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.fungyproof.com/legal |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |