try to `fetch('https://www.google.com')` from console on a few different websites and you'll see either CSP errors or the same CORS errors that come up in restfox. all the extension does is send the request with the runtime api to get around the (good and reasonable) security constraints on web pages loaded over http: https://github.com/flawiddsouza/Restfox/tree/main/packages/b...