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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}