On macOS your Chrome extensions are stored in your Chrome profile’s Extensions folder.
Typically, you first need to know which profile you’re using.
- Get the chrome extension ID
- Get your chrome Profile ID
- Navigate to your extensions folder on your computer
- Open / Download!
- First you need to know the extension ID, so get the by going to:
chrome://extensions
You will see the extension ID on the extension box:
- Open Chrome and type
chrome://version
in the address bar. - Look for the Profile Path entry.
It will look like this:

Profile Path /Users/devin/Library/Application Support/Google/Chrome/Profile 197
Boom! The profile I am logged in with is Profile 197
. Thats my user id.
- Open terminal application
- Paste in command (replace the number of the profile with your real profile number)
cd ~/Library/Application\ Support/Google/Chrome/Profile\ 197/Extensions
- Open/download the folder (replace
<extension-id>
with the ID you got in the beginning
open <extension-id>