Crypto.com - NFT Rank

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

什么是Crypto.com - NFT Rank?

Crypto.com - NFT Rank是由CloudOwl开发的Chrome扩展程序,该扩展的主要功能是“Extension for displaying the rank of popular PFP NFT collections on Crypto.com.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Crypto.com - NFT Rank扩展crx文件

下载Crypto.com - NFT Rank扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Crypto.com - NFT Rank Crypto.com - NFT Rank
ID cgdmickfhlofgfmcollamkebbofdmhbd
官方URL https://chromewebstore.google.com/detail/cryptocom-nft-rank/cgdmickfhlofgfmcollamkebbofdmhbd
简介 Extension for displaying the rank of popular PFP NFT collections on Crypto.com.
文件大小 258 KB
安装次数 33
当前版本 1.0.5
更新时间 2022-04-28
上架时间 2022-04-05
评分 5.00/5 共1次评分
开发者 CloudOwl
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://cloudowl.com/privacy-policy
支持的语言 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
}