Where does Chrome store extensions?

Google ChromeGoogle Chrome-ExtensionPath

Google Chrome Problem Overview


I looked in:

C:\Documents and Settings\username\Local Settings\Application Data\Google\Chrome\User Data\Default\Extensions

for unpacked extensions, but that folder is empty for me.

For newer versions, where does Chrome store the files?

Google Chrome Solutions


Solution 1 - Google Chrome

Storage Location for Unpacked Extensions

Extension engine does not explicitly change their location or add a reference to its local paths, they are left in the place where there are selected from in all Operating Systems.

Ex: If I load a unpacked Extension from E:\Chrome Extension the unpacked Extension is still in the same location

Storage Location for Packed Extensions

Navigate to chrome://version/ and look for Profile Path, it is your default directory and Extensions Folder is where all the extensions, apps, themes are stored. (If you have several browser profiles set up in Chrome, you will want to view the chrome://version/ page from the profile where the extension is installed.)

Examples
Windows

If my Profile Path is %userprofile%\AppData\Local\Google\Chrome\User Data\Default then my storage directory is:

C:\Users\<Your_User_Name>\AppData\Local\Google\Chrome\User Data\Default\Extensions 
Linux
~/.config/google-chrome/Default/Extensions/
MacOS
~/Library/Application\ Support/Google/Chrome/Default/Extensions
Chromium
~/.config/chromium/Default/Extensions

Solution 2 - Google Chrome

Since chrome has come up with the multiple profiles you will not get it directly in C:\Users\<Your_User_Name>\AppData\Local\Google\Chrome\User Data\Default\Extensions but you have to first type chrome://version/ in a tab and then look out for Profile path inside that and after you reach to your profile path look for Extensions folder in it and then folder with the desired extension Id

Solution 3 - Google Chrome

For my Mac, extensions were here:

~/Library/Application Support/Google/Chrome/Default/Extensions/

if you go to chrome://extensions you'll find the "ID" of each extension. That is going to be a directory within Extensions directory. It is there you'll find all of the extension's files.

Solution 4 - Google Chrome

For older versions of windows (2k, 2k3, xp)

"%Userprofile%\Local Settings\Application Data\Google\Chrome\User Data\Default\Extensions" 

Solution 5 - Google Chrome

For Chrome on Mac, if you have multiple profiles, you can find it under your profile folder, either Default or Profile #. i.e either

~/Library/Application Support/Google/Chrome/Default/Extensions/ or ~/Library/Application Support/Google/Chrome/<Profile 1>/Extensions/

Solution 6 - Google Chrome

Another alternative is to do right click on the chrome icon and then go to shortcut tab (according to windows 10). You will see there "Target", copy the path and remove "chrome.exe".

Solution 7 - Google Chrome

It is a bit late, but you can find it (windows 10 chrome 83)

%USERPROFILE%\AppData\Local\Google\Chrome\User Data\<your profile>\Extensions

Chrome now store it per profile. If you only have one profile, it's in a folder called Default

Solution 8 - Google Chrome

This link "Finding All Installed Browsers in Windows XP and Vista – beware 64bit!" may be useful for Windows as suggested by "How to find all the browsers installed on a machine".

The installed web browsers are saved in this registry,

> HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet > > HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Clients\StartMenuInternet.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questionİkiz Kulelere Dalan TeyyareView Question on Stackoverflow
Solution 1 - Google ChromeSudarshanView Answer on Stackoverflow
Solution 2 - Google Chromerohan daniView Answer on Stackoverflow
Solution 3 - Google Chromed-_-bView Answer on Stackoverflow
Solution 4 - Google ChromeMichael MantionView Answer on Stackoverflow
Solution 5 - Google ChromeDio PhungView Answer on Stackoverflow
Solution 6 - Google Chromeerani_246View Answer on Stackoverflow
Solution 7 - Google ChromeGravity APIView Answer on Stackoverflow
Solution 8 - Google ChromeCodename KView Answer on Stackoverflow