Download unpacked extension from Chrome Web Store

Returns a ZIP archive containing the unpacked extension fetched from the Chrome Web Store.

GET/extensions/from_chrome_store

Returns a ZIP archive containing the unpacked extension fetched from the Chrome Web Store.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

url*string

Chrome Web Store URL for the extension.

os?string

Target operating system for the extension package. Defaults to linux.

Default"linux"

Value in

  • "win"
  • "mac"
  • "linux"

Response

application/octet-stream

Extension ZIP archive

response?file
Formatbinary
curl -X GET "https://example.com/extensions/from_chrome_store?url=string"
"string"