Crypto Trends
The #1 tool for crypto people! Keep up with the latest cryptocurrency market trends, news, and blockchain technology updates.
What is Crypto Trends?
Crypto Trends is a Chrome extension developed by https://cryptotrends.io, and its main feature is "The #1 tool for crypto people! Keep up with the latest cryptocurrency market trends, news, and blockchain technology updates.".
Extension Screenshots
Download Crypto Trends Extension CRX File
Download Crypto Trends extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Crypto Trends |
ID | lfmfaiakfnejjlocfekpbplmllhgokha |
Official URL | https://chromewebstore.google.com/detail/crypto-trends/lfmfaiakfnejjlocfekpbplmllhgokha |
Description | The #1 tool for crypto people! Keep up with the latest cryptocurrency market trends, news, and blockchain technology updates. |
File Size | 13.41 KB |
Installation Count | 121 |
Current Version | 1.0 |
Last Updated | 2021-12-31 |
Publish Date | 2021-12-31 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://cryptotrends.io |
[email protected] | |
Payment Type | free |
Extension Website | https://cryptotrends.io/ |
Help Page URL | https://cryptotrends.io/contact |
Privacy Policy Page URL | https://cryptotrends.io/privacy |
Supported Languages | 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" } } |