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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CloudOwl และคุณลักษณะหลักของมันคือ "Extension for displaying the rank of popular PFP NFT collections on Crypto.com."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crypto.com - NFT Rank

ดาวน์โหลดไฟล์ส่วนขยาย 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
}