←back to thread

Claude in Chrome

(claude.com)
278 points ianrahman | 2 comments | | HN request time: 0.446s | source
Show context
codegladiator ◴[] No.46342648[source]
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 page
replies(3): >>46342661 #>>46344105 #>>46346913 #
1. anamexis ◴[] No.46342661[source]
Doesn’t basically every Chrome extension execute JavaScript in the context of the page?
replies(1): >>46342672 #
2. codegladiator ◴[] No.46342672[source]
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)