Crypto.com Cards, in USD Price
See the price of Crypto.com cards in USD!
Hvad er Crypto.com Cards, in USD Price?
Crypto.com Cards, in USD Price er en Chrome-udvidelse udviklet af Daniel W., og dens hovedfunktion er "See the price of Crypto.com cards in USD!".
Udvidelsesskærmbilleder
Download Crypto.com Cards, in USD Price-udvidelses-CRX-fil
Download Crypto.com Cards, in USD Price-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | foahejlfhodkdkdfeckdmhnlipjhjdjh | 
| Officiel URL | https://chromewebstore.google.com/detail/cryptocom-cards-in-usd-pr/foahejlfhodkdkdfeckdmhnlipjhjdjh | 
| Beskrivelse | See the price of Crypto.com cards in USD! | 
| Filstørrelse | 8.39 KB | 
| Antal Installationer | 181 | 
| Nuværende Version | 1.2 | 
| Senest Opdateret | 2020-10-27 | 
| Udgivelsesdato | 2020-10-23 | 
| Udvikler | Daniel W. | 
| [email protected] | |
| Betalingsmetode | free | 
| Understøttede Sprog | 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"
        }
    ]
}  |  |