I cannot use my currently installed extensions in Google Chrome using headless mode. Is there any way to enable them?
An easy way to check if the extensions work is
You can run Chrome with extensions headless using Xvfb.
sudo dnf install xorg-x11-server-Xvfbxvfb-run google-chrome --remote-debugging-port=9222 --disable-gpu https://www.google.comMore complicated, but it does work. It's what we use for headless chrome extension testing.