Install
openclaw skills install chrome-extension-installerInstall a Chrome extension by ID or Chrome Web Store URL on this Mac.
openclaw skills install chrome-extension-installerInstalls Chrome extensions to the user's Chrome profile on Ryans-MacBook-Air-2.local.
Open the extension's Chrome Web Store page directly in the user's Chrome. User clicks "Add to Chrome."
open -a "Google Chrome" "https://chromewebstore.google.com/detail/<extension-id>"
For extensions that need silent install, use macOS Chrome policy. Requires the extension ID.
EXTENSION_ID="<id>"
PLIST="/Library/Managed Preferences/com.google.Chrome.plist"
sudo defaults write "$PLIST" ExtensionInstallForcelist -array-add "$EXTENSION_ID;https://clients2.google.com/service/update2/crx"
# Open Chrome with the extension loaded from a local directory
open -a "Google Chrome" --args --load-extension="/path/to/extension"
https://chromewebstore.google.com/detail/NAME/**<ID_IS_HERE>**profile=openclaw) is separate from the user's Chrome profile — extensions installed here do NOT appear there.