Crypto.com - NFT Rank

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

What is Crypto.com - NFT Rank?

Crypto.com - NFT Rank is a Chrome extension developed by CloudOwl, and its main feature is "Extension for displaying the rank of popular PFP NFT collections on Crypto.com.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Crypto.com - NFT Rank Extension CRX File

Download Crypto.com - NFT Rank extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Crypto.com - NFT Rank Crypto.com - NFT Rank
ID cgdmickfhlofgfmcollamkebbofdmhbd
Official URL https://chromewebstore.google.com/detail/cryptocom-nft-rank/cgdmickfhlofgfmcollamkebbofdmhbd
Description Extension for displaying the rank of popular PFP NFT collections on Crypto.com.
File Size 258 KB
Installation Count 33
Current Version 1.0.5
Last Updated 2022-04-28
Publish Date 2022-04-05
Rating 5.00/5 Total 1 Ratings
Developer CloudOwl
Email [email protected]
Payment Type free
Privacy Policy Page URL https://cloudowl.com/privacy-policy
Supported Languages 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
}