Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get CRX file of a published in Microsoft Edge Web Store (Chromium Based)

My extension was published on the new Microsoft Edge Store. I want the CRX file of that extension. How to get that?

I don't want to use the 'pack extension' present in the browser as the CRX created like this gives security errors.

like image 396
leader Avatar asked Oct 29 '25 08:10

leader


1 Answers

I'm not familiar with the Edge developer dashboard, but CRX files for Edge can be downloaded via:

https://edge.microsoft.com/extensionwebstorebase/v1/crx?response=redirect&x=id%3D[EXTENSIONID]%26installsource%3Dondemand%26uc

Where [EXTENSIONID] must be replaced with the extension ID, found in the URL of the Edge extension store.

Here is an example:

https://microsoftedge.microsoft.com/addons/detail/boomerang-soap-rest-c/bhmdjpobkcdcompmlhiigoidknlgghfo

Has its CRX available via:

https://edge.microsoft.com/extensionwebstorebase/v1/crx?response=redirect&x=id%3Dbhmdjpobkcdcompmlhiigoidknlgghfo%26installsource%3Dondemand%26uc

like image 78
3limin4t0r Avatar answered Oct 31 '25 11:10

3limin4t0r



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!