Created
April 12, 2025 23:32
-
-
Save Ethorbit/4979dcaf64fae213ab8670f330cad0c3 to your computer and use it in GitHub Desktop.
URL format for downloading Chrome extensions as files on disk (.crx)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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