# Update 27 Feb 2024
The Chrome flags to disable simplified bookmarks is gone in the latest version. If you are using Ubuntu, you can downgrade chrome or chromium in Snap
Here are the steps
- Revert chromium version
snap revert chromium
This will be rolling back to version Version 121.0.6167.160 (Official Build) snap (64-bit)
Which now, when you access chrome://flags
it will have bookmark-flow features
2. Disable auto-update features
snap refresh --hold=forever
or
snap refresh --hold=<duration> <snap1> <snap2>
This is annoying where the bookmark or star is automatically added. To remove this feature
chrome://flags/#simplified-bookmark-save-flow
The disable it!