Skip to main content

Chromium Browsers - Extension - Remove

Summary

Remove extensions from popular Chromium browsers (Chrome, Edge, Brave, Vivaldi, and Chromium).

Sample Run

Sample Run 1
Sample Run 2
Sample Run 3

Dependencies

Unregister-ChromiumExtension

User Parameters

NameExampleRequiredDescription
ExtensionIDnakcddgmfmjmdbfahkkiijejmmfkfipcTrueThe ExtensionID of the extension(s) from the Google Chrome Store. Multiple IDs can be separated by a comma. Example: `'kgjfgplpablkjnlkjmjdecgdpfankdle', 'cjpalhdlnbpafiamejdnhcphjbkeiagm'
TargetChromeFalseDesignates the target browser to remove the extension from. Defaults to applying settings to all available targets. Available options: 'Chrome', 'Edge', 'Brave', 'Vivaldi', 'Chromium'. Multiple IDs can be separated by a comma: 'Chrome', 'Edge', 'Brave'

Task Creation

Create a new Script Editor style script in the system to implement this task.
Task Creation 1
Task Creation 2

Name: Chromium Browsers - Extension - Remove
Description: Removes extensions from popular Chromium browsers (Chrome, Edge, Brave, Vivaldi, and Chromium)
Category: Application
Task Creation 3

Parameters

Add a new parameter by clicking the Add Parameter button present at the top-right corner of the screen.
Parameter Addition 1

This screen will appear.
Parameter Addition 2

  • Set ExtensionID in the Parameter Name field.
  • Enable the Required Field option.
  • Select Text String from the Parameter Type dropdown menu.
  • Click the Save button.
    Parameter Addition 3
  • It will ask for confirmation to proceed. Click the Confirm button to create the parameter.
    Parameter Addition 4

Add another parameter by clicking the Add Parameter button present at the top-right corner of the screen.
Parameter Addition 1

This screen will appear.
Parameter Addition 2

  • Set Target in the Parameter Name field.
  • Select Text String from the Parameter Type dropdown menu.
  • Click the Save button.
    Parameter Addition 5
  • It will ask for confirmation to proceed. Click the Confirm button to create the parameter.
    Parameter Addition 4

Task

Navigate to the Script Editor section and start by adding a row. You can do this by clicking the Add Row button at the bottom of the script page.
Task Row Addition

A blank function will appear.
Blank Function

Row 1 Function: PowerShell Script

Search and select the PowerShell Script function.
PowerShell Script Selection 1
PowerShell Script Selection 2

The following function will pop up on the screen:
PowerShell Script Function

Paste in the following PowerShell script and set the expected time of script execution to 900 seconds. Click the Save button.

PowerShell Script

PowerShell Script Save

Click the Save button at the top-right corner of the screen to save the script.
PowerShell Script Save Confirmation

Completed Task

Completed Task

Output

  • Script Log

Changelog

2025-04-10

  • Initial version of the document