Crypto.com - NFT Rank displayer

Simple and unofficial extension used to display the rank of some NFT within collections on the NFT platform of crypto.com.

什麼是Crypto.com - NFT Rank displayer?

Crypto.com - NFT Rank displayer是由Nociv開發的Chrome擴展程式,該擴展的主要功能是“Simple and unofficial extension used to display the rank of some NFT within collections on the NFT platform of crypto.com.”。

擴展截圖

screenshot

下載Crypto.com - NFT Rank displayer擴展crx文件

下載Crypto.com - NFT Rank displayer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Supported collections:
* PsychoKitties
* Loaded Lions
* AlphaBot
* BeatHeadz
* PsychoMolly
* Ballie
* ArmoryWeapon
* MadHare

Absolutely not required. However, will be accepted as a token of appreciation.

BTC: 1K1BgNEcHdQpZGyqLGJw7HCv6fWPjLzJie
ETH (ERC20): 0xe88959092922a21a168d3772d1fb6d63e251f134
BEP20/BSC (ETH, BNB, ...): 0xe88959092922a21a168d3772d1fb6d63e251f134                    

擴展基本資訊

名稱 Crypto.com - NFT Rank displayer Crypto.com - NFT Rank displayer
ID bpjllcbeenkddkiihohmgdkmbdhgmmli
官方網址 https://chromewebstore.google.com/detail/cryptocom-nft-rank-displa/bpjllcbeenkddkiihohmgdkmbdhgmmli
簡介 Simple and unofficial extension used to display the rank of some NFT within collections on the NFT platform of crypto.com.
檔案大小 191 KB
安裝次數 141
目前版本 1.0.2
更新時間 2022-05-01
上架時間 2021-12-20
評分 5.00/5 共 1 次評分
開發者 Nociv
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/damien-piedanna/crypto-com-nft-rank-displayer
說明頁面URL https://github.com/damien-piedanna/crypto-com-nft-rank-displayer/issues
支援的語言 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto.com - NFT Rank displayer",
    "description": "__MSG_description__",
    "version": "1.0.2",
    "icons": {
        "128": "data\/img\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/crypto.com\/nft\/*"
            ],
            "js": [
                "data\/js\/main.js"
            ]
        }
    ],
    "manifest_version": 3
}