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.
Parameters
Section titled “Parameters”Extension IDs
Section titled “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
Section titled “Remove Managed Extensions”Required — Default: True
Enable to remove extension entries tracked by this brick.
Remove Managed Global Default
Section titled “Remove Managed Global Default”Required — Default: True
Enable to remove the global ‘*’ policy block when it is tracked as managed by this brick.
Details
Section titled “Details”- Category: Browser settings
- Brick ID:
Firefox-Remove-Extension
Raw JSON definition
Section titled “Raw JSON definition”{ "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"}