Skip to content

appsjuragan/cleanMyCache

Repository files navigation

cleanMyCache

A powerful Chrome extension for clearing browsing data (cache, cookies, storage) for specific websites with just one click.

Version License Chrome

Features

  • 🗑️ 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

Technical Improvements (v1.0.3)

  • 🛡️ Shadow DOM Isolation - The floating widget now uses Shadow DOM to prevent style conflicts with host websites.
  • 🔒 Security Enhancements - Replaced innerHTML with 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.

Data Types Supported

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)

Installation

From Source (Developer Mode)

  1. Download or clone this repository
  2. Open Chrome and navigate to chrome://extensions
  3. Enable Developer Mode (toggle in top-right)
  4. Click Load unpacked
  5. Select the cleanMyCache folder

From Release

  1. Download cleanMyCache-v1.0.3.zip from Releases
  2. Extract the ZIP file
  3. Follow steps 2-5 above

Usage

  1. Navigate to any website
  2. Click the extension icon or press Alt+C
  3. Select the data types you want to clear
  4. Click Clear Selected

Settings

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

Permissions

Permission Purpose
storage Save user preferences
browsingData Clear site-specific data
cookies Access and remove cookies
host_permissions Access all sites for clearing

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License - see LICENSE for details.

Credits

© 2026 AppsJuragan Inc.


Made with ❤️ by AppsJuragan Inc.

About

Chrome extension for clearing cache, cookies, and storage for specific websites

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors