Crypto Trends
The #1 tool for crypto people! Keep up with the latest cryptocurrency market trends, news, and blockchain technology updates.
Wat is Crypto Trends?
Crypto Trends is een Chrome-extensie ontwikkeld door https://cryptotrends.io, en de belangrijkste functie is "The #1 tool for crypto people! Keep up with the latest cryptocurrency market trends, news, and blockchain technology updates.".
Extensie Screenshots
Download het CRX-bestand van de extensie Crypto Trends
Download Crypto Trends-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | lfmfaiakfnejjlocfekpbplmllhgokha |
| Officiële URL | https://chromewebstore.google.com/detail/crypto-trends/lfmfaiakfnejjlocfekpbplmllhgokha |
| Beschrijving | The #1 tool for crypto people! Keep up with the latest cryptocurrency market trends, news, and blockchain technology updates. |
| Bestandsgrootte | 13.41 KB |
| Aantal Installaties | 121 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2021-12-31 |
| Publicatiedatum | 2021-12-31 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://cryptotrends.io |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://cryptotrends.io/ |
| Help Pagina-URL | https://cryptotrends.io/contact |
| URL van de Privacybeleid Pagina | https://cryptotrends.io/privacy |
| Ondersteunde Talen | 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"
}
} | |