A fast, lightweight Chrome extension to clear cache, cookies, and site data for the current website — or your entire browser — in one click.
Perfect for web developers testing cache behavior, testers reproducing clean-state bugs, and privacy-conscious users who want quick, selective control over their browsing data. No data collection, no tracking, no external servers.
- Per-site cleanup — clear cache, cookies, and storage for just the site you are on, then auto-reload the page
- Global cleanup — clear browsing data across all sites with a flexible time range (last hour, 24 hours, 7 days, 4 weeks, or all time)
- Selective data types — choose exactly what to clear:
- Cache (images, files, service workers)
- Cookies (per-site clearing covers the site's whole domain, including subdomains)
- Storage (localStorage, IndexedDB, Cache Storage, WebSQL, File Systems)
- History (global mode only)
- Saved passwords (global mode only, with confirmation)
- Form / autofill data (global mode only)
- Safe by design — Chrome's
browsingDataAPI cannot scope history, passwords, or form data to a single site, so the extension disables those options in per-site mode instead of silently wiping them everywhere - Clear feedback — loading spinner, success confirmation, and readable error messages
- Minimal permissions — only
browsingData,activeTab, andtabs
Coming soon — Chrome Web Store link will be added here.
- Download or clone this repository
- Open Chrome and go to
chrome://extensions/ - Enable Developer mode (toggle in the top-right corner)
- Click Load unpacked
- Select this extension's folder
- The YAIRIX - Cache Cleaner icon appears in your toolbar
- Click the extension icon in the toolbar
- The popup detects the current site and starts in site-specific mode (on pages without a web origin, such as
chrome://pages, it opens directly in global mode) - Tick the data types you want to clear
- Click Clean Now — the page reloads with fresh data
- To clean everything, click Switch to Global Cleanup, pick a time range, select data types, and click Clean Now
This extension collects no data whatsoever. Everything runs locally in your browser:
- No analytics, tracking, or telemetry
- No external servers or network requests
- No personal data is read, stored, or transmitted
See privacy.txt for the full privacy policy.
chrome extension, clear cache, cache cleaner, clear cookies, clear site data, browsing data, developer tools
- Website: https://yairix.com
- Email: yairixstudio@gmail.com
- Support development: Donate via PayPal
MIT © 2026 Yairix Studio