Crypto Trends

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

¿Qué es Crypto Trends?

Crypto Trends es una extensión de Chrome desarrollada por https://cryptotrends.io, y su función principal es "The #1 tool for crypto people! Keep up with the latest cryptocurrency market trends, news, and blockchain technology updates.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Crypto Trends

Descarga archivos de extensión Crypto Trends en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Crypto Trends Crypto Trends
ID lfmfaiakfnejjlocfekpbplmllhgokha
URL Oficial https://chromewebstore.google.com/detail/crypto-trends/lfmfaiakfnejjlocfekpbplmllhgokha
Descripción The #1 tool for crypto people! Keep up with the latest cryptocurrency market trends, news, and blockchain technology updates.
Tamaño del Archivo 13.41 KB
Cantidad de Instalaciones 121
Versión Actual 1.0
Última Actualización 2021-12-31
Fecha de Publicación 2021-12-31
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador https://cryptotrends.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://cryptotrends.io/
URL de la Página de Ayuda https://cryptotrends.io/contact
URL de la Página de Política de Privacidad https://cryptotrends.io/privacy
Idiomas Soportados 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"
    }
}