Crypto.com - NFT Rank

Extension for displaying the rank of popular PFP NFT collections on Crypto.com.

Wat is Crypto.com - NFT Rank?

Crypto.com - NFT Rank is een Chrome-extensie ontwikkeld door CloudOwl, en de belangrijkste functie is "Extension for displaying the rank of popular PFP NFT collections on Crypto.com.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Crypto.com - NFT Rank

Download Crypto.com - NFT Rank-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Unofficial extension for displaying the rank of popular NFT collections on Crypto.com.

Collections Supported:
- Loaded Lion
- AlphaBot
- AlphaBot Armory Weapon
- PsychoKitty
- PsychoMolly
- Mad Hare
- Ballie
- BeatHeadz                    

Basisinformatie over de Extensie

Naam Crypto.com - NFT Rank Crypto.com - NFT Rank
ID cgdmickfhlofgfmcollamkebbofdmhbd
Officiële URL https://chromewebstore.google.com/detail/cryptocom-nft-rank/cgdmickfhlofgfmcollamkebbofdmhbd
Beschrijving Extension for displaying the rank of popular PFP NFT collections on Crypto.com.
Bestandsgrootte 258 KB
Aantal Installaties 33
Huidige Versie 1.0.5
Laatst Bijgewerkt 2022-04-28
Publicatiedatum 2022-04-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar CloudOwl
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://cloudowl.com/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto.com - NFT Rank",
    "description": "__MSG_description__",
    "version": "1.0.5",
    "icons": {
        "128": "data\/img\/cdcnft.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "data\/img\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/crypto.com\/nft\/*"
            ],
            "js": [
                "data\/js\/main.js"
            ]
        }
    ],
    "manifest_version": 3
}