Crypto.com Cards, in USD Price
See the price of Crypto.com cards in USD!
Wat is Crypto.com Cards, in USD Price?
Crypto.com Cards, in USD Price is een Chrome-extensie ontwikkeld door Daniel W., en de belangrijkste functie is "See the price of Crypto.com cards in USD!".
Extensie Screenshots
Download het CRX-bestand van de extensie Crypto.com Cards, in USD Price
Download Crypto.com Cards, in USD Price-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | foahejlfhodkdkdfeckdmhnlipjhjdjh | 
| Officiële URL | https://chromewebstore.google.com/detail/cryptocom-cards-in-usd-pr/foahejlfhodkdkdfeckdmhnlipjhjdjh | 
| Beschrijving | See the price of Crypto.com cards in USD! | 
| Bestandsgrootte | 8.39 KB | 
| Aantal Installaties | 181 | 
| Huidige Versie | 1.2 | 
| Laatst Bijgewerkt | 2020-10-27 | 
| Publicatiedatum | 2020-10-23 | 
| Ontwikkelaar | Daniel W. | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
        }
    ]
}  |  |