Crypto.com - NFT Rank

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

Cos'è Crypto.com - NFT Rank?

Crypto.com - NFT Rank è un'estensione di Chrome sviluppata da CloudOwl, e la sua funzione principale è "Extension for displaying the rank of popular PFP NFT collections on Crypto.com.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Crypto.com - NFT Rank

Scarica i file di estensione Crypto.com - NFT Rank in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Crypto.com - NFT Rank Crypto.com - NFT Rank
ID cgdmickfhlofgfmcollamkebbofdmhbd
URL Ufficiale https://chromewebstore.google.com/detail/cryptocom-nft-rank/cgdmickfhlofgfmcollamkebbofdmhbd
Descrizione Extension for displaying the rank of popular PFP NFT collections on Crypto.com.
Dimensione del File 258 KB
Conteggio Installazioni 33
Versione Corrente 1.0.5
Ultimo Aggiornamento 2022-04-28
Data di Pubblicazione 2022-04-05
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore CloudOwl
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://cloudowl.com/privacy-policy
Lingue Supportate 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
}