I am trying the following google api to download extensions(.crx files) from google webstore but the api is not returning the .crx file. Also it doesn't throw any error. On checking the webstore link for the extension, the extension is available and valid (checked by installing).
using it with curl: curl -L -o extension.crx https://clients2.google.com/service/update2/crx?response=redirect&x=id%3Dbbplcobgoobcpidocgedbkoejegpkeam%26uc
Can anybody help me with inputs to troubleshoot this issue.
Thanks!!