I’ve never tried to make a chrome extension before, so I’m new to the API.
I can’t find a specific permission and part of the API that can check whenever a search is made. I’m attempting to make a custom proxy-type extension that overwrites each search with a custom request made to another server.
Ex: https://google.com -> https://proxy.com/location/
I already have a working proxy setup for what I need, as I created a custom browser in Electron to do this, but I want to create an extension, so I don’t have to use my crappy browser to do this.
Any help would be appreciated, thanks!