CryptoZone TV
The place for cryptocurrency investing and information from active investors and traders bitcoin and other cryptocurrency
什么是CryptoZone TV?
CryptoZone TV是由daleb开发的Chrome扩展程序,该扩展的主要功能是“The place for cryptocurrency investing and information from active investors and traders bitcoin and other cryptocurrency”。
扩展截图
下载CryptoZone TV扩展crx文件
下载CryptoZone TV扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ghcgngbdmlemandjclpibgnbgmjeembd |
官方URL | https://chrome.google.com/webstore/detail/cryptozone-tv/ghcgngbdmlemandjclpibgnbgmjeembd |
简介 | The place for cryptocurrency investing and information from active investors and traders bitcoin and other cryptocurrency |
文件大小 | 40.44 KB |
安装次数 | 12 |
当前版本 | 1.3 |
更新时间 | 2017-09-13 |
上架时间 | 2017-09-13 |
评分 | 5.00/5 共1次评分 |
开发者 | daleb |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://cryptozone.tv |
支持的语言 | 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" ] } |