Crypto.com Cards, in USD Price

See the price of Crypto.com cards in USD!

Crypto.com Cards, in USD Priceคืออะไร?

Crypto.com Cards, in USD Price เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel W. และคุณลักษณะหลักของมันคือ "See the price of Crypto.com cards in USD!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crypto.com Cards, in USD Price

ดาวน์โหลดไฟล์ส่วนขยาย Crypto.com Cards, in USD Price ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension grabs the latest CRO/USD price from CoinGecko and replaces the price on the Crypto.com cards page with the equivalent USD amount it would cost you to purchase a stake to obtain that card.

Update v1.2: Ready for the new staking tier changes.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Crypto.com Cards, in USD Price Crypto.com Cards, in USD Price
ID foahejlfhodkdkdfeckdmhnlipjhjdjh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cryptocom-cards-in-usd-pr/foahejlfhodkdkdfeckdmhnlipjhjdjh
คำอธิบาย See the price of Crypto.com cards in USD!
ขนาดไฟล์ 8.39 KB
จำนวนการติดตั้ง 181
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-10-27
วันที่เผยแพร่ 2020-10-23
ผู้พัฒนา Daniel W.
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto.com Cards, in USD Price",
    "short_name": "Crypto.com USD Card Prices",
    "version": "1.2",
    "description": "See the price of Crypto.com cards in USD!",
    "author": "Daniel W.",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/crypto.com\/en\/cards.html"
            ],
            "all_frames": true,
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ]
}