Improved Bittrex
Real-time(!!) TradingView Charts with drawing tools and technical indicators.
What is Improved Bittrex?
Improved Bittrex is a Chrome extension developed by Marvin, and its main feature is "Real-time(!!) TradingView Charts with drawing tools and technical indicators.".
Extension Screenshots
Download Improved Bittrex Extension CRX File
Download Improved Bittrex 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
Be the first who knows where the market goes! This extension is feeding TradingView chart with real-time trade data directly from Bittrex websocket. Also, all drawings and technical indicators are saved in your browser's local storage so you won't lose them upon page reload. This is beta. Your feedback is appreciated.
Extension Basic Information
Name | Improved Bittrex |
ID | objgonilomonlmlfhgdaedghadgndkpm |
Official URL | https://chromewebstore.google.com/detail/improved-bittrex/objgonilomonlmlfhgdaedghadgndkpm |
Description | Real-time(!!) TradingView Charts with drawing tools and technical indicators. |
File Size | 1.31 MB |
Installation Count | 108 |
Current Version | 1.1 |
Last Updated | 2017-10-26 |
Publish Date | 2017-10-25 |
Rating | 4.75/5 Total 8 Ratings |
Developer | Marvin |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Improved Bittrex", "version": "1.1", "description": "Real-time(!!) TradingView Charts with drawing tools and technical indicators.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/bittrex.com\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/bittrex.com\/*" ], "web_accessible_resources": [ "jquery-3.2.1.min.js", "charting_library\/*", "tv_chart.html", "main.js" ] } |