Pairdot Mint NFT's

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

什么是Pairdot Mint NFT's?

Pairdot Mint NFT's是由pairdot开发的Chrome扩展程序,该扩展的主要功能是“Mint environmentally friendly NFT's for free. Subscribe and encrypt your NFT's as well, securing your assets.”。

扩展截图

screenshot

下载Pairdot Mint NFT's扩展crx文件

下载Pairdot Mint NFT's扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Pairdot Mint NFT's Pairdot Mint NFT's
ID dmpibfofknbfjellfbhicomgcpeemhfb
官方URL https://chromewebstore.google.com/detail/pairdot-mint-nfts/dmpibfofknbfjellfbhicomgcpeemhfb
简介 Mint environmentally friendly NFT's for free. Subscribe and encrypt your NFT's as well, securing your assets.
文件大小 1.53 MB
安装次数 20
当前版本 1.0.1
更新时间 2022-01-31
上架时间 2022-01-28
评分 5.00/5 共2次评分
开发者 pairdot
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://pairdot.com
帮助页面URL https://pairdot.com
隐私政策页面URL https://pairdot.mypinata.cloud/ipfs/QmRsfLBEve5b1BNHiNbQLJexscNcgN4AM4DhGgMLopmDvi
支持的语言 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"
}