Created
November 22, 2023 17:42
-
-
Save petergs/870f6bfc71875fc28dd4c8aa70a7a9fe to your computer and use it in GitHub Desktop.
Chrome Analysis Scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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