Crypto Trends

The #1 tool for crypto people! Keep up with the latest cryptocurrency market trends, news, and blockchain technology updates.

O que é Crypto Trends?

Crypto Trends é uma extensão do Chrome desenvolvida por https://cryptotrends.io, e sua principal característica é "The #1 tool for crypto people! Keep up with the latest cryptocurrency market trends, news, and blockchain technology updates.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Crypto Trends

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

                        CryptoTrends makes sure you're never left behind on the latest in cryptocurrencies, bitcoin, and blockchain technology.
Whenever you open a new browser tab, the CryptoTrends app will open as the default content - allowing you to stay up-to-date with real-time prices, news and trends from 100's of sources.
Install it now and experience the magic.                    

Informações Básicas da Extensão

Nome Crypto Trends Crypto Trends
ID lfmfaiakfnejjlocfekpbplmllhgokha
URL Oficial https://chromewebstore.google.com/detail/crypto-trends/lfmfaiakfnejjlocfekpbplmllhgokha
Descrição The #1 tool for crypto people! Keep up with the latest cryptocurrency market trends, news, and blockchain technology updates.
Tamanho do Arquivo 13.41 KB
Contagem de Instalações 121
Versão Atual 1.0
Última Atualização 2021-12-31
Data de Publicação 2021-12-31
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://cryptotrends.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://cryptotrends.io/
URL da Página de Ajuda https://cryptotrends.io/contact
URL da Página de Política de Privacidade https://cryptotrends.io/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto Trends",
    "description": "The #1 tool for crypto people! Keep up with the latest cryptocurrency market trends, news, and blockchain technology updates.",
    "version": "1.0",
    "manifest_version": 3,
    "author": {
        "name": "Crypto Trends",
        "url": "https:\/\/cryptotrends.io\/"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_icon": "img\/32.png"
    },
    "icons": {
        "16": "img\/16.png",
        "24": "img\/24.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    }
}