I’m making a user-agent switcher for Chrome using the experimental API WebRequest, and I’d like to display the current user-agent used.
For that, I have to get the current version of Chrome, but I don’t find anything about that in the doc and I can’t access to the “chrome://version” page due to security considerations.
Do you have an idea to help me?
How about
on your backgroundpage?