install_extension
Install a Firefox extension from an archive, base64 data, or unpacked directory, with options for temporary or permanent (signed) deployment.
Instructions
Install a Firefox extension using WebDriver BiDi webExtension.install command. Supports installing from archive (.xpi/.zip), base64-encoded data, or unpacked directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Extension data type: "archivePath" for .xpi/.zip, "base64" for encoded data, "path" for unpacked directory | |
| path | No | File path (for archivePath or path types) | |
| value | No | Base64-encoded extension data (for base64 type) | |
| permanent | No | Firefox-specific: Install permanently (requires signed extension). Default: false (temporary install) |