Author

Topic: Chrome extension for monitoring your balance on exchanges. (Read 442 times)

newbie
Activity: 3
Merit: 0
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.
legendary
Activity: 1288
Merit: 1087
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.
newbie
Activity: 3
Merit: 0
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.
Jump to: