FungyProof

Check the technical quality of NFTs while browsing OpenSea.

什麼是FungyProof?

FungyProof是由https://fungyproof.com開發的Chrome擴展程式,該擴展的主要功能是“Check the technical quality of NFTs while browsing OpenSea.”。

擴展截圖

screenshot
screenshot

下載FungyProof擴展crx文件

下載FungyProof擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}