CryptoZone TV
The place for cryptocurrency investing and information from active investors and traders bitcoin and other cryptocurrency
Was ist CryptoZone TV?
CryptoZone TV ist eine Chrome-Erweiterung, die von daleb entwickelt wurde, und ihr Hauptmerkmal ist "The place for cryptocurrency investing and information from active investors and traders bitcoin and other cryptocurrency".
Erweiterungsscreenshots
CryptoZone TV-Erweiterungs-CRX-Datei herunterladen
Laden Sie CryptoZone TV-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
The CryptoZone is the place for cryptocurrency investing information from active investors and traders of bitcoin and other cryptocurrencies. The cryptocurrency market can be a fast moving and somewhat volatile market. While the rewards can be significant, so can the risks if you don't have the right information. CryptoZone.tv features trusted and vetted investors, traders and cryptocurrency miners that have put their own money on the table, generating income and are willing to share their knowledge and experience with you so we can continue to grow this new economy.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ghcgngbdmlemandjclpibgnbgmjeembd |
Offizielle URL | https://chrome.google.com/webstore/detail/cryptozone-tv/ghcgngbdmlemandjclpibgnbgmjeembd |
Beschreibung | The place for cryptocurrency investing and information from active investors and traders bitcoin and other cryptocurrency |
Dateigröße | 40.44 KB |
Installationsanzahl | 12 |
Aktuelle Version | 1.3 |
Letztes Update | 2017-09-13 |
Veröffentlichungsdatum | 2017-09-13 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | daleb |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://cryptozone.tv |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CryptoZone TV", "manifest_version": 2, "short_name": "cryptozone", "description": "The place for cryptocurrency investing and information from active investors and traders bitcoin and other cryptocurrency", "version": "1.3", "background": { "persistent": false, "scripts": [ "OneSignal2.js", "background.js" ] }, "browser_action": { "default_icon": "16px_173-1505244172.png" }, "icons": { "128": "128px_173-1505244462.jpg" }, "permissions": [ "gcm", "storage", "notifications", "identity" ] } |