John Bernard
John Bernard

Reputation: 857

Where is Location of Microsoft Edge Extension Folder that are installed from Microsoft Store?

Where is the location of Microsoft Edge extensions folder when they are installed from Microsoft Store, in Windows 10?

Upvotes: 20

Views: 71100

Answers (8)

Sergey Martynov
Sergey Martynov

Reputation: 406

In your edge browser go to edge://version/ page and locate the Profile Path there that would look something like C:\Users\%username%\AppData\Local\Microsoft\Edge\User Data\Default\Extensions

Upvotes: 26

Huskynarr
Huskynarr

Reputation: 93

Its located under

C:\Users\%username%\AppData\Local\Microsoft\Edge\User Data\Default\Extensions

Upvotes: 7

Eli Ozcan
Eli Ozcan

Reputation: 442

The source code is at C:\Users\%username%\AppData\Local\Microsoft\Edge\User Data\Default\Extensions\{{id}}!

{{id}} is the id of the extension.

see it at edge://extensions/ and enable developer mode and under the extension it says ID: {{id}}

Upvotes: 11

RndCoder
RndCoder

Reputation: 333

all the other answers are right.

Navigate to C:\users\(username)\appdata\local\microsoft\Edge\User Data\Default\Extensions, and search for the extension you are looking for, by finding it‘s same id.

or, look at C:\Program Files\WindowsApps. Use Take ownership to gain access to that folder.(that also works for windows 10). Go to the bottom of the page to find the link to download the hack.

note: You can spot another file named "Program Files(x86)". You can use that as an alternative for deleting apps with control panel. That method deleted an heavy app, in just a few secs! It was obvious that it would take time by using control panel.

Upvotes: 0

user13781850
user13781850

Reputation: 19

C:\Users\account name\AppData\Local\Microsoft\Edge\User Data\Default\Extensions

Upvotes: 1

uuz
uuz

Reputation: 21

location is

C:\Users\%username%\AppData\Local\Microsoft\Edge\User Data\Default\Extensions

Dir name is extension's id, you can find it at extension detail page's url.

Upvotes: 1

Mehmet Keçeci
Mehmet Keçeci

Reputation: 31

C:\Users\%username%\AppData\Local\Microsoft\Edge Dev\User Data\Profile 1\Extensions

Upvotes: 1

Anatoly Sazanov
Anatoly Sazanov

Reputation: 1904

Since extensions are appx packages, try C:\Users\%username%\AppData\Local\Packages. Search for the folder starting with the extension name.

Edit: Actual source code is in the C:\Program Files\WindowsApps You might need to change folder owner to yourself to gain access.

Upvotes: 2

Related Questions