Pairdot Mint NFT's

Mint environmentally friendly NFT's for free. Subscribe and encrypt your NFT's as well, securing your assets.

O que é Pairdot Mint NFT's?

Pairdot Mint NFT's é uma extensão do Chrome desenvolvida por pairdot, e sua principal característica é "Mint environmentally friendly NFT's for free. Subscribe and encrypt your NFT's as well, securing your assets.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pairdot Mint NFT's

Baixe arquivos de extensão Pairdot Mint NFT's 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

                        Pairdot is an easy way to mint NFT's directly from your browser, without having to navigate to the page. You can be on opensea, rarity, foundation, super rare, mintable, or any other NFT marketplaces, and directly mint your asset and provide it as unlockable content when you create your NFT contract.                    

Informações Básicas da Extensão

Nome Pairdot Mint NFT's Pairdot Mint NFT's
ID dmpibfofknbfjellfbhicomgcpeemhfb
URL Oficial https://chromewebstore.google.com/detail/pairdot-mint-nfts/dmpibfofknbfjellfbhicomgcpeemhfb
Descrição Mint environmentally friendly NFT's for free. Subscribe and encrypt your NFT's as well, securing your assets.
Tamanho do Arquivo 1.53 MB
Contagem de Instalações 20
Versão Atual 1.0.1
Última Atualização 2022-01-31
Data de Publicação 2022-01-28
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor pairdot
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://pairdot.com
URL da Página de Ajuda https://pairdot.com
URL da Página de Política de Privacidade https://pairdot.mypinata.cloud/ipfs/QmRsfLBEve5b1BNHiNbQLJexscNcgN4AM4DhGgMLopmDvi
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Mint NFT's",
    "name": "Pairdot Mint NFT's",
    "description": "Mint environmentally friendly NFT's for free. Subscribe and encrypt your NFT's as well, securing your assets.",
    "version": "1.0.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Pairdot Mint NFT's"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/main.70b8b152.chunk.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "pairdot_logo16.png",
        "48": "pairdot_logo48.png",
        "128": "pairdot_logo128.png",
        "192": "pairdot_logo192.png"
    },
    "host_permissions": [
        "*:\/\/*.pairdot.com\/"
    ],
    "optional_permissions": [
        ""
    ],
    "start_url": ".",
    "display": "standalone",
    "theme_color": "#000000",
    "background_color": "#ffffff"
}