Upload a Chrome extension archive so it can be loaded into future browser sessions.
id can be passed in extensions when creating a session via POST /browser/sessions.
The extension archive must be base64-encoded and sent inline in the JSON body.
.crx archive (full archive, not a URL).extensions when creating a session.manifest.json from the archive.| Status | Description |
|---|---|
400 | Missing name or file, or file is not valid base64 / not a valid .crx archive. |
401 | Unauthorized — invalid or missing API key. |