Crypto Trends

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

Was ist Crypto Trends?

Crypto Trends ist eine Chrome-Erweiterung, die von https://cryptotrends.io entwickelt wurde, und ihr Hauptmerkmal ist "The #1 tool for crypto people! Keep up with the latest cryptocurrency market trends, news, and blockchain technology updates.".

Erweiterungsscreenshots

screenshot

Crypto Trends-Erweiterungs-CRX-Datei herunterladen

Laden Sie Crypto Trends-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Crypto Trends Crypto Trends
ID lfmfaiakfnejjlocfekpbplmllhgokha
Offizielle URL https://chromewebstore.google.com/detail/crypto-trends/lfmfaiakfnejjlocfekpbplmllhgokha
Beschreibung The #1 tool for crypto people! Keep up with the latest cryptocurrency market trends, news, and blockchain technology updates.
Dateigröße 13.41 KB
Installationsanzahl 121
Aktuelle Version 1.0
Letztes Update 2021-12-31
Veröffentlichungsdatum 2021-12-31
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://cryptotrends.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://cryptotrends.io/
Hilfeseite URL https://cryptotrends.io/contact
URL der Datenschutzrichtlinien-Seite https://cryptotrends.io/privacy
Unterstützte Sprachen 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"
    }
}