Crypto.com Cards, in USD Price
See the price of Crypto.com cards in USD!
Was ist Crypto.com Cards, in USD Price?
Crypto.com Cards, in USD Price ist eine Chrome-Erweiterung, die von Daniel W. entwickelt wurde, und ihr Hauptmerkmal ist "See the price of Crypto.com cards in USD!".
Erweiterungsscreenshots
Crypto.com Cards, in USD Price-Erweiterungs-CRX-Datei herunterladen
Laden Sie Crypto.com Cards, in USD Price-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | foahejlfhodkdkdfeckdmhnlipjhjdjh |
| Offizielle URL | https://chromewebstore.google.com/detail/cryptocom-cards-in-usd-pr/foahejlfhodkdkdfeckdmhnlipjhjdjh |
| Beschreibung | See the price of Crypto.com cards in USD! |
| Dateigröße | 8.39 KB |
| Installationsanzahl | 181 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2020-10-27 |
| Veröffentlichungsdatum | 2020-10-23 |
| Entwickler | Daniel W. |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
]
} | |