Alerts for Binance
Get notifications when cryptocurrency pairs hit a certain price
What is Alerts for Binance?
Alerts for Binance is a Chrome extension developed by tberghuis, and its main feature is "Get notifications when cryptocurrency pairs hit a certain price".
Extension Screenshots
Download Alerts for Binance Extension CRX File
Download Alerts for Binance 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
Get notified when a crypto pairing hits a certain price. Source code available: https://github.com/tberghuis/AlertsForBinance Feedback welcome. Please submit feedback as a new issue on github https://github.com/tberghuis/AlertsForBinance/issues
Extension Basic Information
Name | Alerts for Binance |
ID | gnljjenfhpahfjofemhpjmfdhdjjhedb |
Official URL | https://chromewebstore.google.com/detail/alerts-for-binance/gnljjenfhpahfjofemhpjmfdhdjjhedb |
Description | Get notifications when cryptocurrency pairs hit a certain price |
File Size | 283 KB |
Installation Count | 102 |
Current Version | 0.0.1 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Developer | tberghuis |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Get notifications when cryptocurrency pairs hit a certain price", "version": "0.0.1", "name": "Alerts for Binance", "options_page": "options.html", "background": { "scripts": [ "background.bundle.js" ] }, "browser_action": [], "permissions": [ "storage", "https:\/\/api.binance.com\/", "notifications" ], "manifest_version": 2 } |