Where is the location of Microsoft Edge extensions folder when they are installed from Microsoft Store, in Windows 10?
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.
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
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}}
Its located under
C:\Users\%username%\AppData\Local\Microsoft\Edge\User Data\Default\Extensions
\Microsoft
folder under %appdata%
, so had to manually type it in the path in the address bar to get there. –
Scribner 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.
C:\Users\%username%\AppData\Local\Microsoft\Edge Dev\User Data\Profile 1\Extensions
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.
C:\Users\account name\AppData\Local\Microsoft\Edge\User Data\Default\Extensions
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.
© 2022 - 2024 — McMap. All rights reserved.
about:version
in other Chromium-based browsers to get there as well. – Ready