How did chrome webstore team approve use of eval/new function in chrome plugin ? Isn't that against their tos ?
Execute JavaScript code in the context of the current pageDoesn’t basically every Chrome extension execute JavaScript in the context of the page?
I don't think they mean executing locally JS code generated server-side.
Not having looked at the extension, I would assume they use the chrome.scripting API in MV3.
https://developer.chrome.com/docs/extensions/reference/api/s...
https://developer.chrome.com/blog/crx-scripting-api