One-Click Privacy Cleaner is a lightweight Chrome extension that allows users to quickly clear browsing data such as cache, cookies, history, and local storage with a single click. This helps improve privacy, security, and browser performance.
- ✅ Clears browser cache, cookies, history, and local storage.
- ✅ One-click cleaning with a simple button.
- ✅ Lightweight and fast execution.
- ✅ No background activity—runs only when needed.
- Clone this repository:
git clone https://github.com/udaykallam/OneClickPrivacyCleaner.git
- Open Google Chrome and navigate to
chrome://extensions/. - Enable Developer mode (toggle in the top-right corner).
- Click "Load unpacked" and select the cloned project folder.
- The extension will appear in the Chrome toolbar.
- Click on the extension icon in the Chrome toolbar.
- Click the "Clean Now" button.
- Your browsing data (cache, cookies, history, local storage) will be cleared instantly.
OneClickPrivacyCleaner/
│── manifest.json # Chrome extension configuration
│── popup.html # Extension UI
│── popup.js # Logic for clearing browsing data
│── README.md # Project documentation
- 🔹 Add an Options Page to allow users to select specific data to clear.
- 🔹 Implement Auto-Cleaning on a schedule.
- 🔹 Support for Edge, Firefox, and Brave browsers.
Contributions are welcome! Feel free to open issues and submit pull requests.