Earlier quoted context omitted.
https://github.com/atomontage/chrome-private
This looks very useful, but it combines valuable profile management work with disabling various web features per the author's opinions. Sadly, disabling those features by default makes it significantly easier to fingerprint users using this script (which is precisely the opposite of its intentions). So I forked it and set those features to be disable-if-requested rather than disable-by-default, so that people who jus…
Enabling those options does nothing to improve fingerprinting resistance, it's a completely bogus argument.
Disabling them however, in combination with the recommended extensions that are in the README plus custom user agent handling, does bring tangible benefits.
Finally, fingerprinting resistance isn't mentioned once in the README. It's simply too hard a problem for me to claim that this simple script intends to solve it. You can however use the script as a foundation that you can build custom strategies on top of. More than adequate for that purpose.