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
Eメール [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
}