# Remove Google Chrome Extension

> Removes selected extensions from Chrome ExtensionSettings and optionally cleans managed values created by the Chrome Add Extension brick, including global default and.

Source: https://docs.capaone.com/capaone/application-manager/powerbricks/remove-google-chrome-extension/  
Product: CapaOne — a separate CapaSystems product; do not apply this page to any other.

Removes selected extensions from Chrome ExtensionSettings and optionally cleans managed values created by the Chrome Add Extension brick, including global default and legacy forcelist entries.

## Parameters

#### Extension IDs
*Optional*

Optional extension IDs to remove. Leave empty to only remove extensions tracked by this brick.

#### Remove Managed Extensions
*Required* — Default: `True`

Enable to remove extension entries tracked by this brick.

#### Remove Managed Global Default
*Required* — Default: `True`

Enable to remove the global '*' policy block when it is tracked as managed by this brick.

#### Remove Managed Legacy Forcelist Entries
*Required* — Default: `True`

Enable to remove legacy ExtensionInstallForcelist entries tracked by this brick.

## Details

- **Category:** Browser settings
- **Brick ID:** `Chrome-Remove-Extension`

## Raw JSON definition

**JSON**

```json
{
  "category": "browserSettings",
  "description": "Removes selected extensions from Chrome ExtensionSettings and optionally cleans managed values created by the Chrome Add Extension brick, including global default and legacy forcelist entries.",
  "developerVendor": "CapaSystems A/S",
  "displayName": null,
  "id": "Chrome-Remove-Extension",
  "name": "Remove Google Chrome Extension",
  "parameters": [
    {
      "allowManualInput": false,
      "defaultValue": "",
      "defaultValueObject": null,
      "description": "Optional extension IDs to remove. Leave empty to only remove extensions tracked by this brick.",
      "id": "ExtensionIDs",
      "name": "Extension IDs",
      "regExValidation": "",
      "required": false,
      "type": "TextBox",
      "value": null,
      "values": [],
      "valuesObject": null
    },
    {
      "allowManualInput": false,
      "defaultValue": "True",
      "defaultValueObject": null,
      "description": "Enable to remove extension entries tracked by this brick.",
      "id": "RemoveManagedExtensions",
      "name": "Remove Managed Extensions",
      "regExValidation": "",
      "required": true,
      "type": "Boolean",
      "value": null,
      "values": [],
      "valuesObject": null
    },
    {
      "allowManualInput": false,
      "defaultValue": "True",
      "defaultValueObject": null,
      "description": "Enable to remove the global '*' policy block when it is tracked as managed by this brick.",
      "id": "RemoveManagedGlobalDefault",
      "name": "Remove Managed Global Default",
      "regExValidation": "",
      "required": true,
      "type": "Boolean",
      "value": null,
      "values": [],
      "valuesObject": null
    },
    {
      "allowManualInput": false,
      "defaultValue": "True",
      "defaultValueObject": null,
      "description": "Enable to remove legacy ExtensionInstallForcelist entries tracked by this brick.",
      "id": "RemoveManagedLegacyForcelistEntries",
      "name": "Remove Managed Legacy Forcelist Entries",
      "regExValidation": "",
      "required": true,
      "type": "Boolean",
      "value": null,
      "values": [],
      "valuesObject": null
    }
  ],
  "powershell": {
    "base64Encoded": true,
    "function": "ZnVuY3Rpb2..."
  },
  "type": "powerbrick",
  "version": "2026.9.1.1"
}
```
