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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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"
}