Archive
This post is archived and may contain outdated information. It has been set to 'noindex' and should stop showing up in search results.
This post is archived and may contain outdated information. It has been set to 'noindex' and should stop showing up in search results.
Automatically Delete/Clear The Browsing History In Chrome
Oct 30, 2014Web and InternetComments (12)
At the time of writing, Chrome does not have an option to automatically delete the history on close, like it does with cookies. You can use Incognito mode, but then you don't have any history during that session, which can make browsing inconvenient.
I created an extremely lightweight extension that takes care of wiping the browsing history automatically, so you can browse using a normal Chrome window while keeping the history clear with each new session.
Install 'Auto History Wipe' Extension
Extensions are not able to run after Chrome exits without requiring the 'background' permission, which allows them to run even when Chrome is closed. In order to delete the browsing history automatically, without requiring background permission, this extension runs immediately every time Chrome starts. I chose to do it this way instead of running in the background so that it uses fewer resources and doesn't keep Chrome running.
As of version 1.1.0, the extension now has several other data points it can wipe clean automatically, which can be configured on the Options page.
I created an extremely lightweight extension that takes care of wiping the browsing history automatically, so you can browse using a normal Chrome window while keeping the history clear with each new session.
Install 'Auto History Wipe' Extension
How it Works
Extensions are not able to run after Chrome exits without requiring the 'background' permission, which allows them to run even when Chrome is closed. In order to delete the browsing history automatically, without requiring background permission, this extension runs immediately every time Chrome starts. I chose to do it this way instead of running in the background so that it uses fewer resources and doesn't keep Chrome running.
Additional Options
As of version 1.1.0, the extension now has several other data points it can wipe clean automatically, which can be configured on the Options page.