To disable specific Chrome extensions in PWAs only, you can create a separate profile in Google Chrome dedicated to your PWAs. Here's how you can do it:
- Open Google Chrome on your MacOS.
- Click on "Profiles" from the menu
bar at the top-right corner.
- Click "Add" to create a new profile.
- In the opened window, select "Continue without an account" to create a
profile without linking it to any Google account. This is important
because linking an account might sync the extension settings across
profiles.
- Once you've set up the new profile, open the website of
the PWA you want to install.
- Install the PWA app using the dedicated profile.
By doing this, the extensions you have installed in your
primary Chrome profile won't be automatically carried over to the
new profile with the PWA. This way, you can manage your extensions
separately, enabling or disabling them only for the PWA profile
without affecting the extensions in your main Chrome profile.
Now, if you install PWAs using this new profile, the extensions you enable or disable in this profile will only affect the PWAs and not your main Chrome browser. This allows you to customize the extension usage according to your preferences within the PWAs.