Crypto Trends

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

Cos'è Crypto Trends?

Crypto Trends è un'estensione di Chrome sviluppata da https://cryptotrends.io, e la sua funzione principale è "The #1 tool for crypto people! Keep up with the latest cryptocurrency market trends, news, and blockchain technology updates.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Crypto Trends

Scarica i file di estensione Crypto Trends in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Crypto Trends Crypto Trends
ID lfmfaiakfnejjlocfekpbplmllhgokha
URL Ufficiale https://chromewebstore.google.com/detail/crypto-trends/lfmfaiakfnejjlocfekpbplmllhgokha
Descrizione The #1 tool for crypto people! Keep up with the latest cryptocurrency market trends, news, and blockchain technology updates.
Dimensione del File 13.41 KB
Conteggio Installazioni 121
Versione Corrente 1.0
Ultimo Aggiornamento 2021-12-31
Data di Pubblicazione 2021-12-31
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://cryptotrends.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cryptotrends.io/
URL della Pagina di Aiuto https://cryptotrends.io/contact
URL della Pagina della Politica sulla Privacy https://cryptotrends.io/privacy
Lingue Supportate 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"
    }
}