FungyProof
Check the technical quality of NFTs while browsing OpenSea.
Apa itu FungyProof?
FungyProof adalah ekstensi Chrome yang dikembangkan oleh https://fungyproof.com, dan fitur utamanya adalah "Check the technical quality of NFTs while browsing OpenSea.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FungyProof
Unduh file ekstensi FungyProof dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | FungyProof |
ID | hclifjggbhfngpojckopbommebllpbgl |
URL Resmi | https://chromewebstore.google.com/detail/fungyproof/hclifjggbhfngpojckopbommebllpbgl |
Deskripsi | Check the technical quality of NFTs while browsing OpenSea. |
Ukuran File | 1.1 MB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2021-11-16 |
Tanggal Publikasi | 2021-11-10 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://fungyproof.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.fungyproof.com/legal |
Bahasa yang Didukung | 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" ] } |