That's the javascript included in the plugin crx. This is about code retrieved over API being executed (so that code being run cannot be approved by chrome webstore team)
Its a "tool call" definition in their code named 'execute_javascript', which takes in a "code" parameter and executes it. The code here being provided by the LLM which is not sitting locally. So that code is not present "in the plugin binary" at the time when chrome store team is reviewing it.
SquareWheel|2 months ago
https://developer.chrome.com/docs/extensions/reference/api/s...
https://developer.chrome.com/blog/crx-scripting-api
miki_oomiri|2 months ago
anamexis|2 months ago
codegladiator|2 months ago
miki_oomiri|2 months ago
codegladiator|2 months ago