Skip to content

Instantly share code, notes, and snippets.

@petergs
Created November 22, 2023 17:42
Show Gist options
  • Select an option

  • Save petergs/870f6bfc71875fc28dd4c8aa70a7a9fe to your computer and use it in GitHub Desktop.

Select an option

Save petergs/870f6bfc71875fc28dd4c8aa70a7a9fe to your computer and use it in GitHub Desktop.
Chrome Analysis Scripts
#!/bin/bash
cat '/Users/<username>/Library/Application Support/Google/Chrome/Default/Extensions/'*/*/manifest.json | jq -r '.name' | grep -v __MSG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment