Bitcoin Forum
April 19, 2024, 07:18:31 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Chrome extension for monitoring your balance on exchanges.  (Read 424 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.
1713511111
Hero Member
*
Offline Offline

Posts: 1713511111

View Profile Personal Message (Offline)

Ignore
1713511111
Reply with quote  #2

1713511111
Report to moderator
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
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!