Disable Chrome’s (or Chromium’s) two-finger back/forward navigation
Run in terminal
For Chrome
defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool FALSE
For Chromium
defaults write org.chromium.Chromium AppleEnableSwipeNavigateWithScrolls -bool FALSE