Better Bittrex
Making using Bittrex just a little easier.
What is Better Bittrex?
Better Bittrex is a Chrome extension developed by stuckpigg, and its main feature is "Making using Bittrex just a little easier.".
Extension Screenshots
Download Better Bittrex Extension CRX File
Download Better 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
Updated for new bittrex site. Updated to only put the chart when there is already a chart there to replace. Removes default charts and adds in trading views charts. Published source for transparency to https://github.com/ctharvey/Better-Bittrex Submit ideas/issues as well to the github. Donations accepted. Ether: 0x3657a8235997Eb4182eD0515f820B79c21286242 Bitcion: 1LbdVrmk24RgS3ijSXNGEm16gApNZTQH9m
Extension Basic Information
Name | Better Bittrex |
ID | hdchkkimlockolfnpkanppdldbmefkdn |
Official URL | https://chromewebstore.google.com/detail/better-bittrex/hdchkkimlockolfnpkanppdldbmefkdn |
Description | Making using Bittrex just a little easier. |
File Size | 144 KB |
Installation Count | 667 |
Current Version | 0.0.10 |
Last Updated | 2018-04-18 |
Publish Date | 2018-04-17 |
Rating | 4.30/5 Total 23 Ratings |
Developer | stuckpigg |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Bittrex", "version": "0.0.10", "manifest_version": 2, "description": "Making using Bittrex just a little easier.", "icons": { "16": "icons\/BetterBittrex16.png", "48": "icons\/BetterBittrex48.png", "128": "icons\/BetterBittrex128.png" }, "browser_action": { "default_icon": "icons\/BetterBittrex128.png", "default_popup": "popup.html" }, "default_locale": "en", "permissions": [ "https:\/\/bittrex.com\/*", "activeTab", "storage" ], "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.js", "js\/BetterBittrex.js", "js\/studies.js", "js\/tv.js", "js\/content.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/tradingview.com; object-src 'self'" } |