- NOT AFFILIATED WITH "Binance.com" IN ANY WAY, USE AT YOUR OWN RISK
Finds values of individual wallets inside Binance!
This adds the value of each wallet in Binance (under deposits and withdraws) after clicking on the chrome extension icon.
Please use the issues tracker on this GitHub repository!
WIP
- Issue and pull request template
- Dropdown for links to different resources when hovering over value
- Removal of nasty global variables
- Contributing guidelines
- Code of conduct
- Firefox support
- Migration to ES6+ features
- More customization options of formatting and features in the GUI
- Access to Binance and CryptoCompare
- Chromium based browser (Firefox support is planned)
or
- Clone the repository.
- Go to "chrome://extensions". (or similar for other chromium based browsers such as Vivaldi: "vivaldi://extensions")
- Enable developer mode.
- Click "Load unpacked extension..." and select the repository's folder
- Done!
Most editing you will want to do if any will take place in content.js.
Happy forking!
- JavaScript - The web framework used
- CryptoCompare API - The API for getting accurate prices
Submit an issue tracker or a pull request and someone will get back to you.
- Cody Neiman - AKA - Matrix-Guy
Any future collaborators will be added here.
This project is licensed under the GNU GENERAL PUBLIC LICENSE (Version 3, 29 June 2007) - see the LICENSE file for details.
- Props to the Programmer's Hangout Discord Server which helped me with some async problems I hit.