Extensions
Using Extensions with Hyperbrowser
Hyperbrowser allows you to enhance your browser sessions with custom Chrome extensions.
Uploading an Extension
To use a custom extension with Hyperbrowser:
Create your extension as a directory containing at least a
manifest.json
fileCompress the directory into a ZIP archive, make sure to zip all the files and not the directory itself
Upload the ZIP file using the Extensions API:
The API will return an id
that you'll use to attach the extension to a session.
Using an Extension
To use your uploaded extension in a Hyperbrowser session, simply add it in the extensionIds
field of the Create Session params:
Refer to the Extensions API Reference for more details on uploading and managing extensions.
Last updated