这对我有用。
ID=lkajd9lk32093lkdd93lkd # replace with target extension's id in the store
URL="https://clients2.google.com/service/update2/crx?response=redirect&x=id%3D$ID%26uc"
# -L to handle any redirects
curl -L "$URL" > some_file.crx
请注意,该.crx
文件可以使用unzip
.