CNFT Tools Extension

CNFT Tools - All the tools you need to be a successful Cardano NFT collector.

Hvad er CNFT Tools Extension?

CNFT Tools Extension er en Chrome-udvidelse udviklet af https://cnft.tools, og dens hovedfunktion er "CNFT Tools - All the tools you need to be a successful Cardano NFT collector.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download CNFT Tools Extension-udvidelses-CRX-fil

Download CNFT Tools Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Power up your CNFT.Tools & JPG.Store experience with data direct from CNFT.Tools!

See your wallet value and NFTs directly in the Extension!

The extension is exclusive to Vault holders initially and gives you:
 - Rarity Ranks directly in listings
 - Top Trait %s and floor values
 - Trait bar giving you quick view of all floor prices for the asset

Many features in the pipeline to help you make the right decisions when buying and selling cardano nfts!                    

Grundlæggende oplysninger om udvidelsen

Navn CNFT Tools Extension CNFT Tools Extension
ID aokalkceipbocdjadbkkcicbabigdfho
Officiel URL https://chromewebstore.google.com/detail/cnft-tools-extension/aokalkceipbocdjadbkkcicbabigdfho
Beskrivelse CNFT Tools - All the tools you need to be a successful Cardano NFT collector.
Filstørrelse 375 KB
Antal Installationer 1,040
Nuværende Version 0.1.1
Senest Opdateret 2024-02-03
Udgivelsesdato 2023-04-25
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler https://cnft.tools
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://cnft.tools
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CNFT Tools Extension",
    "description": "CNFT Tools - All the tools you need to be a successful Cardano NFT collector.",
    "version": "0.1.1",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "CNFT Tools Extension"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.jpg.store\/*"
            ],
            "js": [
                "siteContentFiles\/listingsContent.js"
            ],
            "css": [
                "listingsStyles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.cnft.tools\/*"
            ],
            "js": [
                "js\/grabCookies.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/toolsicon.png",
        "48": "images\/toolsicon.png",
        "128": "images\/toolsicon.png"
    }
}