# Remove Mozilla Firefox Extension

> Removes Firefox extensions from the ExtensionSettings policy and cleans up managed values created by the Firefox Add Extension brick, including the global default block.

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

Removes Firefox extensions from the ExtensionSettings policy and cleans up managed values created by the Firefox Add Extension brick, including the global default block.

## Parameters

#### Extension IDs
*Optional*

Optional extension IDs to remove. Separate multiple IDs with commas. 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.

## Details

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

## Raw JSON definition

**JSON**

```json
{
  "category": "browserSettings",
  "description": "Removes Firefox extensions from the ExtensionSettings policy and cleans up managed values created by the Firefox Add Extension brick, including the global default block.",
  "developerVendor": "CapaSystems A/S",
  "displayName": null,
  "id": "Firefox-Remove-Extension",
  "name": "Remove Mozilla Firefox Extension",
  "parameters": [
    {
      "allowManualInput": false,
      "defaultValue": "",
      "defaultValueObject": null,
      "description": "Optional extension IDs to remove. Separate multiple IDs with commas. 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
    }
  ],
  "powershell": {
    "base64Encoded": true,
    "function": "ZnVuY3Rpb2..."
  },
  "type": "powerbrick",
  "version": "2026.9.1.1"
}
```
