Skip to content

Instantly share code, notes, and snippets.

@Ethorbit
Created April 12, 2025 23:32
Show Gist options
  • Save Ethorbit/4979dcaf64fae213ab8670f330cad0c3 to your computer and use it in GitHub Desktop.
Save Ethorbit/4979dcaf64fae213ab8670f330cad0c3 to your computer and use it in GitHub Desktop.
URL format for downloading Chrome extensions as files on disk (.crx)
https://clients2.google.com/service/update2/crx?response=redirect&prodversion=[BROWSER VERSION HERE]&acceptformat=crx2,crx3&x=id%3D[EXTENSION ID HERE]%26uc
Replace BROWSER ID with version printed in about:version
Replace EXTENSION ID with the string at the end of the Chrome Webstore extension's URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment