FungyProof

Check the technical quality of NFTs while browsing OpenSea.

Was ist FungyProof?

FungyProof ist eine Chrome-Erweiterung, die von https://fungyproof.com entwickelt wurde, und ihr Hauptmerkmal ist "Check the technical quality of NFTs while browsing OpenSea.".

Erweiterungsscreenshots

screenshot
screenshot

FungyProof-Erweiterungs-CRX-Datei herunterladen

Laden Sie FungyProof-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name FungyProof FungyProof
ID hclifjggbhfngpojckopbommebllpbgl
Offizielle URL https://chromewebstore.google.com/detail/fungyproof/hclifjggbhfngpojckopbommebllpbgl
Beschreibung Check the technical quality of NFTs while browsing OpenSea.
Dateigröße 1.1 MB
Installationsanzahl 17
Aktuelle Version 0.0.2
Letztes Update 2021-11-16
Veröffentlichungsdatum 2021-11-10
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://fungyproof.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.fungyproof.com/legal
Unterstützte Sprachen 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"
    ]
}