A modern, fast extension to clear browser history, downloads, and site-specific data (cookies, storage).
⏬ Download the latest version here.
- Manual Clear: Clear history, downloads, or everything with customizable time ranges (last hour, 24 hours, 7 days, 4 weeks, all time)
- Auto Clear: Schedule automatic cleaning at set intervals (minutes/hours/days)
- Site-Specific Cleaner: Clear data for specific domains or the current active site
- Dark Mode Support: Seamless light/dark theme switching
- Playground (dev only): A simple UI to test the extension in development.
- If you just want to use the latest version, extract the zip file from
zip/folder and load it in Chrome. - Open
chrome://extensions - Enable Developer mode
- Click Load unpacked
- Select the
dist/folder
npm install
# Required for screenshot generation (headless browser)
npx puppeteer browsers install chrome-headless-shellnpm run watch # Watch for changes and rebuild
npm run dev # UI development with hot reload
npm run build # Build extension to dist/ (includes screenshot generation)
npm run build:no-screenshot # Build without regenerating screenshot
npm run playground # Preview popup UI in browser
npm run screenshot # Regenerate screenshot.png
npm run version 1.1.0 # Update version in package.json and manifest.json
npm run zip # Create .zip for Chrome Web Store upload
npm run prettier # Format code
npm run lint # Run ESLint