Bitcoin Trader
Link to Bitcoin Trader App
What is Bitcoin Trader?
Bitcoin Trader is a Chrome extension developed by https://bitcointrader.software, and its main feature is "Link to Bitcoin Trader App".
Extension Screenshots
Download Bitcoin Trader Extension CRX File
Download Bitcoin Trader 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
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
Extension Basic Information
Name | |
ID | mghpciinbniokkdoilbellebeegggkde |
Official URL | https://chrome.google.com/webstore/detail/bitcoin-trader/mghpciinbniokkdoilbellebeegggkde |
Description | Link to Bitcoin Trader App |
File Size | 20.92 KB |
Installation Count | 21 |
Current Version | 1.0.1 |
Last Updated | 2018-04-10 |
Publish Date | 2018-04-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://bitcointrader.software |
Payment Type | free |
Extension Website | https://bitcointrader.software?aid=chrome |
Privacy Policy Page URL | https://bitcointrader.software/policy.html |
Supported Languages | 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 } } |