Bitcoin Forum
July 25, 2025, 04:20:57 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Chrome extension for monitoring your balance on exchanges.  (Read 460 times)
Xsci (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
June 28, 2017, 04:00:39 PM
 #1

Hi all.
I have some accounts on 4 exchanges and with TFA hard to monitoring balance(I know about blockfolio, but it's require to put balance by hands).
I've created for own usage little chrome extension BTC exchange monitor: https://chrome.google.com/webstore/detail/btc-exchange-monitor/ljplephkcffoeflfflmdifkmmfkjplnf?hl=ru

I'm using it about 3 weeks and it's very help me. Hope it's will be useful for you.

I will be glad to here your feedback.
European Central Bank
Legendary
*
Offline Offline

Activity: 1288
Merit: 1087



View Profile
June 28, 2017, 09:13:22 PM
 #2

can you provide some type of security audit?

i don't trust chrome extensions. i certainly don't trust crypto chrome extensions. i even more don't trust crypto chrome extensions from russian noobs. sorry.
Xsci (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
June 29, 2017, 09:28:20 AM
 #3

I agree with all except `noob`. May be my english not so good. But in web-development I have expirience about 9 years.
But other questions is resonable.
If you can read code(it's very simple and made only for prototype purpose), you can always unpack extension or checkout code from https://github.com/Kein1945/btc-exchange-monitor
I setup permissions in manifest file only for trading urls:
Code:
 "permissions": [
      "storage",
      "https://btc-e.nz/tapi",
      "https://btc-e.nz/api/*",
      "https://poloniex.com/tradingApi",
      "https://api.kraken.com/0/private/*",
      "https://bittrex.com/api/v1.1/*"
  ],
It means that extension can read data only from this pages, If something will change, chrome again will ask you(Re-enable extensions with this new permissions?)
Extensions asking only read permissions key (I mensioned that in options page)

And my last argument: I made this extension only for myself. My work solved my problem and thats enougth for me. I just want to share some good stuff with other people. All my arguments don't enougth for your? Ok, no problems, don't use it.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!