FungyProof

Check the technical quality of NFTs while browsing OpenSea.

O que é FungyProof?

FungyProof é uma extensão do Chrome desenvolvida por https://fungyproof.com, e sua principal característica é "Check the technical quality of NFTs while browsing OpenSea.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão FungyProof

Baixe arquivos de extensão FungyProof no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome FungyProof FungyProof
ID hclifjggbhfngpojckopbommebllpbgl
URL Oficial https://chromewebstore.google.com/detail/fungyproof/hclifjggbhfngpojckopbommebllpbgl
Descrição Check the technical quality of NFTs while browsing OpenSea.
Tamanho do Arquivo 1.1 MB
Contagem de Instalações 17
Versão Atual 0.0.2
Última Atualização 2021-11-16
Data de Publicação 2021-11-10
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://fungyproof.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.fungyproof.com/legal
Idiomas Suportados 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"
    ]
}