Skip to content
Open

Opera #721

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/powershell/register-chromiumextension.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: ['chrome', 'web-browser', 'windows']
draft: false
unlisted: false
last_update:
date: 2026-04-02
date: 2026-06-08
---

## Description
Expand Down Expand Up @@ -43,7 +43,7 @@ This command will add uBlock Origin and Zoom Meetings to the registered extensio
| Parameter | ValidateSet | Required | Default | Type | Description |
| ----------------- | ----------- | --------- | --------- | --------- | ----------------------------------------- |
| `ExtensionID` | | True | | String[] | Holds the URL ID values for the desired extensions to install. |
| `Target` | `Chromium`, `Chrome`, `Edge`, `Brave`, `Vivaldi` | False | Defaults to applying settings to all available targets | String[] | Designates the target browser to add the extension to. |
| `Target` | `Chromium`, `Chrome`, `Edge`, `Brave`, `Vivaldi`, `Opera` | False | Defaults to applying settings to all available targets | String[] | Designates the target browser to add the extension to. |

## Output

Expand All @@ -54,6 +54,10 @@ The output will be logged in the following files:

## Changelog

### 2026-06-08

- Added Opera-specific logic to support extension registration and enable extension deployment for Opera browsers.

### 2026-04-02

- Resolved an issue that prevented multiple extensions from being installed simultaneously
Expand Down
Loading