Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAIRIX - Cache Cleaner

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.

Features

  • 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 browsingData API 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, and tabs

Installation

From the Chrome Web Store

Coming soon — Chrome Web Store link will be added here.

Load unpacked (developer install)

  1. Download or clone this repository
  2. Open Chrome and go to chrome://extensions/
  3. Enable Developer mode (toggle in the top-right corner)
  4. Click Load unpacked
  5. Select this extension's folder
  6. The YAIRIX - Cache Cleaner icon appears in your toolbar

Usage

  1. Click the extension icon in the toolbar
  2. 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)
  3. Tick the data types you want to clear
  4. Click Clean Now — the page reloads with fresh data
  5. To clean everything, click Switch to Global Cleanup, pick a time range, select data types, and click Clean Now

Privacy

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.

Keywords

chrome extension, clear cache, cache cleaner, clear cookies, clear site data, browsing data, developer tools

Author

Yairix Studio

License

MIT © 2026 Yairix Studio

About

Lightweight Chrome extension (Manifest V3) that clears cache, cookies and site data for the current website or the whole browser in one click.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages