Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bongardino/e3572ea4983ec9c536c042367902707f to your computer and use it in GitHub Desktop.
Save bongardino/e3572ea4983ec9c536c042367902707f to your computer and use it in GitHub Desktop.
view chrome extension source. what is it reaaallly doing?
extension_id=jifpbeccnghkjeaalbbjmodiffmgedin # change this ID
curl -L -o "$extension_id.zip" "https://clients2.google.com/service/update2/crx?response=redirect&os=mac&arch=x86-64&nacl_arch=x86-64&prod=chromecrx&prodchannel=stable&prodversion=44.0.2403.130&x=id%3D$extension_id%26uc"
unzip -d "$extension_id-source" "$extension_id.zip"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment