Extensions
Last updated
Last updated
Adds a new chrome manifest V3 extension
Method: client.extensions.create(params:
CreateExtensionParams): Promise<
ExtensionResponse>
Endpoint: POST /api/extensions/add
Parameters:
params:
filePath: string - Path to the zip containing the manifest V3 compliant extension
name?: string - Optional name to give to the extension. Does not affect functionality.
Response:
Example:
List all available extensions
Method: client.extensions.list(
): Promise<
ListExtensionsResponse >
Endpoint: POST /api/extensions/list
Parameters:
N/A
Example:
Response: