fry69 @fry69.dev · Apr 23

You can check this for yourself on macOS with -> find ~/Library/Application\ Support -name "com.anthropic.claude_browser_extension*" On my machine this results in ->

5 likes 1 replies

?

Replies

fry69 · Apr 23

This command removes these files -> find ~/Library/Application\ Support -name "com.anthropic.claude_browser_extension*" -exec rm {} \; But note that those files get reinstalled again every time you start the Claude desktop app.