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 هو إضافة Chrome تم تطويرها بواسطة pairdot، والميزة الرئيسية لها هي "Mint environmentally friendly NFT's for free. Subscribe and encrypt your NFT's as well, securing your assets.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Pairdot Mint NFT's

قم بتنزيل ملفات الامتداد Pairdot Mint NFT's بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://pairdot.com
عنوان صفحة سياسة الخصوصية 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"
}