How do I uninstall Google Chrome *completely* from my Mac?

Here's a shell script that removes all files I could find:

rm -r /Applications/Google\ Chrome.app/
rm -r ~/Library/Application\ Support/Google/Chrome/
rm ~/Library/Application\ Support/CrashReporter/Google\ Chrome*
rm ~/Library/Preferences/com.google.Chrome*
rm ~/Library/Preferences/Google\ Chrome*
rm -r ~/Library/Caches/com.google.Chrome*
rm -r ~/Library/Saved\ Application\ State/com.google.Chrome.savedState/
rm ~/Library/Google/GoogleSoftwareUpdate/Actives/com.google.Chrome
rm ~/Library/Google/Google\ Chrome*
rm -r ~/Library/Speech/Speakable\ Items/Application\ Speakable\ Items/Google\ Chrome/

AppZapper and App Cleaner didn't find the application support folder:


Delete this:

user>library>application support>google>chrome .. just delete the chrome folder since I think its the place where they keep the settings.

Source


In addition to user495470's comment, do rm -rf ~/Applications/Chrome\ Apps, where plugins ("apps") are stored by the browser.