CryptoRates

Live Cryptocurrency rates for your browser

O que é CryptoRates?

CryptoRates é uma extensão do Chrome desenvolvida por Crypto Rates, e sua principal característica é "Live Cryptocurrency rates for your browser".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CryptoRates

Baixe arquivos de extensão CryptoRates 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

                        Live Cryptocurrency rates that are refreshed every few seconds to get the latest exchange rates. 

This extension was built to easily allow you to view cryptocurrency prices every time a new tab page is opened.

Keep up-to-date with the latest exchange rates for your cryptocurrency investments!

Contact Us: https://www.crypto-rates.net/contact-us.html
About Us: https://www.crypto-rates.net/about-us.html
Terms of Use: https://www.crypto-rates.net/terms.html
Privacy Policy: https://www.crypto-rates.net/privacy-policy.html                    

Informações Básicas da Extensão

Nome CryptoRates CryptoRates
ID kknbnipbgkcijjfijmkkbeoajnemlhfo
URL Oficial https://chromewebstore.google.com/detail/cryptorates/kknbnipbgkcijjfijmkkbeoajnemlhfo
Descrição Live Cryptocurrency rates for your browser
Tamanho do Arquivo 884 KB
Contagem de Instalações 20
Versão Atual 1.0.1
Última Atualização 2021-12-07
Data de Publicação 2021-07-19
Classificação 5.00/5 Total de 27 Avaliações
Desenvolvedor Crypto Rates
Email hello@crypto-rates.net
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.crypto-rates.net/privacy-policy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CryptoRates ",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Live Cryptocurrency rates for your browser",
    "permissions": [],
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_64.png",
            "128": "images\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "myScript.js"
            ]
        }
    ]
}