MintKit

MintKit TooKit

Τι είναι το MintKit;

Το MintKit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mintkitdev, και η κύρια λειτουργία του είναι "MintKit TooKit".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MintKit

Λήψη αρχείων επέκτασης MintKit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        MintKit extension For Premint, makes NFT whitelist More clear for creators. 

Mintkit is a whitelist management tool which help NFT projects to discover bot for premint raffles and identify the true valuable users for your project. 

What does MintKit do?
- Whitelist management system that links Creators and Collectors easily.
- Help Projects to have the ability to create, raffle and select whitelist users in a one-stop shop.
- Boost the value of your NFT project through MintKit's AI screening capabilities.
 
Why MintKit?
- All for Creators - Know your NFT holders Better
- Accurate Data Source - Billions of data scans and with reliable data cooperators
- Multiple Projects Proven - With dozens of Alpha & Beta testings done have proven the viability
- A Professional Team - Members from International Crypto Company, with many years of experience in Web3
 
How is this useful to my NFT project?
- MintKit helps your project screen, eliminate bots and maintain a healthy secondary floor price.
- Increase the fairness of WL distribution to actual users thus enhancing the value of the WL and indirectly magnifying the value of the NFT itself
- Screen whitelist applicants through AI intelligence analysis and on-chain data from users, tagging them with labels such as general, blue chip holder, whale, bot and diamond hand.

How it works?
- Use extensions on web, and when you get on Premint, check your whitelists entry. Creators can check what types of their holders are. And check detail.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα MintKit MintKit
ID lkfgkkdajhnndnbgojklknfdldcciocc
Επίσημο URL https://chromewebstore.google.com/detail/mintkit/lkfgkkdajhnndnbgojklknfdldcciocc
Περιγραφή MintKit TooKit
Μέγεθος Αρχείου 734 KB
Αριθμός Εγκαταστάσεων 31
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2023-02-01
Ημερομηνία Δημοσίευσης 2022-12-05
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής mintkitdev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MintKit",
    "description": "MintKit TooKit",
    "version": "1.1",
    "manifest_version": 3,
    "icons": {
        "48": "\/assets\/icon.png",
        "128": "\/assets\/icon.png"
    },
    "action": {
        "icon": "assets\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.premint.xyz\/*"
            ],
            "css": [
                "content\/index.css"
            ],
            "js": [
                "content\/jquery-3.6.1.min.js",
                "content\/axios.min.js",
                "content\/echarts.common.js",
                "config.js",
                "content\/apis.js",
                "content\/bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}