I'm developing a Chrome Extension where I need to use APIs which require id/keys. As anyone can easily look into the source code of extension, is there a way to hide the API access information from the user?
After searching, I found: Securing website API keys in Chrome extensions
This thread was created three years ago and has an answer that the only option is to use something similar to a custom webservice call. Is something changed? Or a custom webservice is the only option?
This thread too didnt provide much info: How to secure an API key in a Google chrome extension?