0

I would like to download packaged crx files from Google. I tried

https://clients2.google.com/service/update2/crx?response=redirect&x=id%3D<ID>%26uc

But is return 204 No Content.

I know the site http://chrome-extension-downloader.com/ and the extension give-me-crx, But I must get it through HTTP request, is it possible?

Thanks in advance

Zig Mandel
  • 19,571
  • 5
  • 26
  • 36
ABE
  • 734
  • 2
  • 9
  • 21

1 Answers1

0

You need "&prodversion=32" at the end of the URL.

https://clients2.google.com/service/update2/crx?response=redirect&x=id%3D<ID>%26uc&prodversion=32
bob_flem
  • 74
  • 6