A powerful Chrome extension for clearing browsing data (cache, cookies, storage) for specific websites with just one click.
- 🗑️ One-Click Clearing - Clear site data instantly
- 🎯 Site-Specific - Only affects the current website
- 📊 Data Statistics - See how much data each site stores
- 🌐 50+ Languages - Extensive localization support
- 🌙 Dark Mode - Eye-friendly dark theme
- ⚡ Auto-Clear - Automatically clear on extension open
- 🔘 Floating Widget - Quick access button on pages (now with Shadow DOM isolation)
- ⌨️ Keyboard Shortcut - Alt+C to open
- 🛡️ Shadow DOM Isolation - The floating widget now uses Shadow DOM to prevent style conflicts with host websites.
- 🔒 Security Enhancements - Replaced
innerHTMLwith safer DOM manipulation methods to prevent potential XSS. - 🧹 Code Quality - Fully unminified and refactored the codebase for better maintainability and readability.
- 🚀 Performance - Optimized CSS and background script logic for faster execution.
| Type | Description |
|---|---|
| Cache | Browser cache for faster page loads |
| Cache Storage | Service worker caches |
| Cookies | Site cookies and session data |
| Local Storage | Persistent key-value storage |
| Session Storage | Tab-specific storage |
| IndexedDB | Structured database storage |
| File Systems | Browser file system API data |
| Service Workers | Background scripts |
| WebSQL | Legacy SQL database (deprecated) |
- Download or clone this repository
- Open Chrome and navigate to
chrome://extensions - Enable Developer Mode (toggle in top-right)
- Click Load unpacked
- Select the
cleanMyCachefolder
- Download
cleanMyCache-v1.0.3.zipfrom Releases - Extract the ZIP file
- Follow steps 2-5 above
- Navigate to any website
- Click the extension icon or press
Alt+C - Select the data types you want to clear
- Click Clear Selected
Access settings via the popup's Settings tab:
- Reload page after clearing - Auto-refresh the page
- Close popup after clearing - Auto-close the extension
- Auto-clear on open - Clear immediately when opened
- Show floating widget - Display quick-access button on pages
- Keyboard shortcut - Configure custom hotkey
| Permission | Purpose |
|---|---|
storage |
Save user preferences |
browsingData |
Clear site-specific data |
cookies |
Access and remove cookies |
host_permissions |
Access all sites for clearing |
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - see LICENSE for details.
© 2026 AppsJuragan Inc.
Made with ❤️ by AppsJuragan Inc.