Pairdot Mint NFT's

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

What is Pairdot Mint NFT's?

Pairdot Mint NFT's is a Chrome extension developed by pairdot, and its main feature is "Mint environmentally friendly NFT's for free. Subscribe and encrypt your NFT's as well, securing your assets.".

Extension Screenshots

screenshot

Download Pairdot Mint NFT's Extension CRX File

Download Pairdot Mint NFT's extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Pairdot Mint NFT's Pairdot Mint NFT's
ID dmpibfofknbfjellfbhicomgcpeemhfb
Official URL https://chromewebstore.google.com/detail/pairdot-mint-nfts/dmpibfofknbfjellfbhicomgcpeemhfb
Description Mint environmentally friendly NFT's for free. Subscribe and encrypt your NFT's as well, securing your assets.
File Size 1.53 MB
Installation Count 20
Current Version 1.0.1
Last Updated 2022-01-31
Publish Date 2022-01-28
Rating 5.00/5 Total 2 Ratings
Developer pairdot
Email [email protected]
Payment Type in_app
Extension Website https://pairdot.com
Help Page URL https://pairdot.com
Privacy Policy Page URL https://pairdot.mypinata.cloud/ipfs/QmRsfLBEve5b1BNHiNbQLJexscNcgN4AM4DhGgMLopmDvi
Supported Languages 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"
}