MacOS open a new chrome instance without extensions or profile

This was simpler by just opening the guest profile from the top right of Chrome which achieved the same thing


You can do this from terminal.app:

open --new -a "Google Chrome" --args --disable-extensions

Take note of the --new part. This will ensure to open a new instance.