1. Backup default profile
$mv -f ~/.config/google-chrome/Default ~/.config/google-chrome/Backup
2. Restart chrome to create a new Default profile
3. Close chrome and remove Default profile
$rm -rf ~/.config/google-chrome/Default
4. Restore backup profile
$cp -R ~/.config/google-chrome/Backup ~/.config/google-chrome/Default
Thank you for reading this post :)