'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?
Solution 1:[1]
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.
Solution 2:[2]
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 Beta\User Data\Default
Solution 3:[3]
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}}
Solution 4:[4]
Its located under
C:\Users\%username%\AppData\Local\Microsoft\Edge\User Data\Default\Extensions
Solution 5:[5]
C:\Users\account name\AppData\Local\Microsoft\Edge\User Data\Default\Extensions
Solution 6:[6]
C:\Users\%username%\AppData\Local\Microsoft\Edge Dev\User Data\Profile 1\Extensions
Solution 7:[7]
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.
Solution 8:[8]
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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | |
Solution 2 | HotN |
Solution 3 | alb_pasqua |
Solution 4 | Spacey |
Solution 5 | user13781850 |
Solution 6 | Mehmet Keçeci |
Solution 7 | Pmpr.ir |
Solution 8 |