FungyProof

Check the technical quality of NFTs while browsing OpenSea.

FungyProof क्या है?

FungyProof https://fungyproof.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check the technical quality of NFTs while browsing OpenSea."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FungyProof एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    ]
}