Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does google chrome store unpacked extensions?

I just lost all my changes to my google chrome plugin. However, the plugin is still running within the browser.

Where does Google Chrome store its cached copy of unpacked extensions?

like image 761
Eric Avatar asked Apr 22 '12 14:04

Eric


People also ask

Where are the Google Chrome extensions stored?

When extensions are installed into Chrome they are extracted into the C:\Users\[login_name]\AppData\Local\Google\Chrome\User Data\Default\Extensions folder. Each extension will be stored in its own folder named after the ID of the extension.

How do I add unpacked extensions to Chrome?

Go to chrome://extensions/. At the top right, turn on Developer mode. Click Load unpacked. Find and select the app or extension folder.

Are Chrome extensions stored locally?

Chrome extensions are stored in your filesystem, under the Extensions folder, inside Chrome's user data directory. You can copy the extension folder and drop it on a USB or in a network drive.


1 Answers

I was able to find luck in:

Non-windows 7:

C:\Documents and Settings\<username>\Local Settings\Application Data\Google\Chrome\User Data\<profile>\Extensions

-or-

Windows 7:

C:\Users\<username>\AppData\Local\Google\Chrome\User Data\<profile>\Extensions

EDIT: You can go to "chrome://version/" (like a url) and it shows your "Profile Path". There you can find an "Extensions" folder which is the one you're looking for.

like image 124
grepsedawk Avatar answered Sep 19 '22 15:09

grepsedawk