Mintedz - Extension for NFTs on OpenSea

Boost your OpenSea. Save time and money.

Apa itu Mintedz - Extension for NFTs on OpenSea?

Mintedz - Extension for NFTs on OpenSea adalah ekstensi Chrome yang dikembangkan oleh https://mintedz.com, dan fitur utamanya adalah "Boost your OpenSea. Save time and money.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Mintedz - Extension for NFTs on OpenSea

Unduh file ekstensi Mintedz - Extension for NFTs on OpenSea dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This free Chrome Extension adds data directly on NFT collection page to OpenSea:

- NFT collection score
- NFT flipping score
- Twitter followers and Discord members
- Switch prices to US dollar
- Likes / Dislikes
- Views
- 24h volume
- 24h sales
- Creation date
- Reports number
- Ratio by owner
- Royalties
- ... and more to come!                    

Informasi Dasar Ekstensi

Nama Mintedz - Extension for NFTs on OpenSea Mintedz - Extension for NFTs on OpenSea
ID gdhfflejhgjfchkhhlcpkcgedecjhajj
URL Resmi https://chromewebstore.google.com/detail/mintedz-extension-for-nft/gdhfflejhgjfchkhhlcpkcgedecjhajj
Deskripsi Boost your OpenSea. Save time and money.
Ukuran File 853 KB
Jumlah Instalasi 113
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-09-26
Tanggal Publikasi 2022-07-17
Penilaian 5.00/5 Total 6 Penilaian
Pengembang https://mintedz.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://mintedz.com
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mintedz - Extension for NFTs on OpenSea",
    "author": "Mintedz",
    "description": "Boost your OpenSea. Save time and money.",
    "version": "1.0.1",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/opensea.io\/"
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "Mintedz"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opensea.io\/",
                "https:\/\/opensea.io\/*"
            ],
            "js": [
                ".\/static\/js\/master.js"
            ]
        },
        {
            "matches": [
                "https:\/\/opensea.io\/mintedz\/user\/dashboard",
                "https:\/\/opensea.io\/*\/mintedz\/user\/dashboard"
            ],
            "js": [
                ".\/static\/js\/dashboard.js"
            ]
        }
    ],
    "icons": {
        "16": ".\/img\/mintedz.png",
        "48": ".\/img\/mintedz.png",
        "128": ".\/img\/mintedz.png"
    }
}