Crypto.com Cards, in USD Price

See the price of Crypto.com cards in USD!

What is Crypto.com Cards, in USD Price?

Crypto.com Cards, in USD Price is a Chrome extension developed by Daniel W., and its main feature is "See the price of Crypto.com cards in USD!".

Extension Screenshots

screenshot

Download Crypto.com Cards, in USD Price Extension CRX File

Download Crypto.com Cards, in USD Price extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Crypto.com Cards, in USD Price Crypto.com Cards, in USD Price
ID foahejlfhodkdkdfeckdmhnlipjhjdjh
Official URL https://chromewebstore.google.com/detail/cryptocom-cards-in-usd-pr/foahejlfhodkdkdfeckdmhnlipjhjdjh
Description See the price of Crypto.com cards in USD!
File Size 8.39 KB
Installation Count 181
Current Version 1.2
Last Updated 2020-10-27
Publish Date 2020-10-23
Developer Daniel W.
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}