Crypto.com Cards, in USD Price

See the price of Crypto.com cards in USD!

O que é Crypto.com Cards, in USD Price?

Crypto.com Cards, in USD Price é uma extensão do Chrome desenvolvida por Daniel W., e sua principal característica é "See the price of Crypto.com cards in USD!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Crypto.com Cards, in USD Price

Baixe arquivos de extensão Crypto.com Cards, in USD Price no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Crypto.com Cards, in USD Price Crypto.com Cards, in USD Price
ID foahejlfhodkdkdfeckdmhnlipjhjdjh
URL Oficial https://chromewebstore.google.com/detail/cryptocom-cards-in-usd-pr/foahejlfhodkdkdfeckdmhnlipjhjdjh
Descrição See the price of Crypto.com cards in USD!
Tamanho do Arquivo 8.39 KB
Contagem de Instalações 181
Versão Atual 1.2
Última Atualização 2020-10-27
Data de Publicação 2020-10-23
Desenvolvedor Daniel W.
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}