FungyProof
Check the technical quality of NFTs while browsing OpenSea.
Wat is FungyProof?
FungyProof is een Chrome-extensie ontwikkeld door https://fungyproof.com, en de belangrijkste functie is "Check the technical quality of NFTs while browsing OpenSea.".
Extensie Screenshots
Download het CRX-bestand van de extensie FungyProof
Download FungyProof-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | FungyProof |
ID | hclifjggbhfngpojckopbommebllpbgl |
Officiële URL | https://chromewebstore.google.com/detail/fungyproof/hclifjggbhfngpojckopbommebllpbgl |
Beschrijving | Check the technical quality of NFTs while browsing OpenSea. |
Bestandsgrootte | 1.1 MB |
Aantal Installaties | 17 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2021-11-16 |
Publicatiedatum | 2021-11-10 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://fungyproof.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.fungyproof.com/legal |
Ondersteunde Talen | 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" ] } |