ext_set_enabled
Toggle a Chrome extension on or off by its ID. Returns the updated list without uninstalling.
Instructions
Enable or disable a Chrome extension by id without uninstalling. Returns the updated list. (Cockpit only.) To uninstall entirely, use ext_remove.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Extension id to toggle (see ext_list). | |
| enabled | Yes | true to enable, false to disable. |