Ad-hoc upload one or more unpacked extensions to a running browser instance.

Loads one or more unpacked extensions and restarts Chromium on the browser instance.

POST/browsers/{id}/extensions

Loads one or more unpacked extensions and restarts Chromium on the browser instance.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Browser session ID

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response

Extensions uploaded, Chromium restarted, and DevTools is ready

no response body.
curl -X POST "https://example.com/browsers/string/extensions" \  -F extensions="[    {      \"zip_file\": \"string\",      \"name\": \"string\"    }  ]"
Empty