Created
March 3, 2021 15:28
-
-
Save bongardino/e3572ea4983ec9c536c042367902707f to your computer and use it in GitHub Desktop.
view chrome extension source. what is it reaaallly doing?
This file contains 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
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