Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is chrome extension directory in windows 8?

I want to read the source code of chrome extensions. I m not able to find the directory where the extensions are stored.

I m using windows 8.

There is not AppData folder in C:\Users\\ and there is DocumentsandSetting folder in C:.

like image 907
Ashish Avatar asked Dec 19 '22 17:12

Ashish


1 Answers

c:\Program Files (x86)\Google\Chrome\Application\<VERSION>\Extensions\

or

C:\Users\{user}\AppData\Local\Google\Chrome\User Data\Default\Extensions
like image 178
melvas Avatar answered Dec 28 '22 07:12

melvas