Anyone know the command line to display browser extensions Chrome? Need help!

16 Replies, 1879 Views

Hey there!

I get why you're avoiding the command line to display browser extensions Chrome—it can be intimidating. But if you're up for it, here's a quick command for Mac/Linux:

```bash
ls ~/Library/Application\ Support/Google/Chrome/Default/Extensions
```

This will list all your Chrome extensions.

If you’re not into terminal stuff, I’d recommend CRX Viewer. It’s a Chrome extension that lets you inspect other extensions easily. No command line needed!

Let me know if you need more help!

Messages In This Thread



Users browsing this thread: 1 Guest(s)