Bitcoin Trader
Link to Bitcoin Trader App
什么是Bitcoin Trader?
Bitcoin Trader是由https://bitcointrader.software开发的Chrome扩展程序,该扩展的主要功能是“Link to Bitcoin Trader App”。
扩展截图
下载Bitcoin Trader扩展crx文件
下载Bitcoin Trader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Link to Bitcoin Trader App Bitcoin Trader Software to Trade Bitcoin and Cryptos with manual or automated signals. Crypto currencies charts and technical indicators. Available currencies: Ethereum, Ethereum Classic, Bitcoin, Bitcoin Cash, Ripple, Dash, Stellar, Augur, Litecoin, Monero Signals: The signals are generated by technicals indicators. Chose between 7 indicators wich ones will generates your signals. Follow the trend or wait for a reversal with the MACD and CCI ! Available indicators: TREND, MACD, RSI, CCI, STOCHASTIC, WILLIAMS %R
扩展基本信息
名称 | |
ID | mghpciinbniokkdoilbellebeegggkde |
官方URL | https://chrome.google.com/webstore/detail/bitcoin-trader/mghpciinbniokkdoilbellebeegggkde |
简介 | Link to Bitcoin Trader App |
文件大小 | 20.92 KB |
安装次数 | 21 |
当前版本 | 1.0.1 |
更新时间 | 2018-04-10 |
上架时间 | 2018-04-10 |
评分 | 5.00/5 共1次评分 |
开发者 | https://bitcointrader.software |
付费类型 | free |
扩展官网 | https://bitcointrader.software?aid=chrome |
隐私政策页面URL | https://bitcointrader.software/policy.html |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Trader", "description": "Link to Bitcoin Trader App", "version": "1.0.1", "icons": { "128": "logo_128.png" }, "browser_action": { "default_icon": "logo_32.png" }, "permissions": [ "webNavigation", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": true } } |