# Clean Reload

> A super-reload extension that clears Service Worker registrations and the HTTP cache before reloading. It can also force all background tabs to sleep. Zero external transmission and zero data collection.

Canonical page: [https://chrome-stats.com/d/clean-reload](https://chrome-stats.com/d/clean-reload)

## Overview

- **ID:** `clean-reload`
- **Platform:** Firefox
- **Type:** Firefox add-on
- **Status:** Available
- **Publisher:** ゆろち
- **Category:** other
- **Daily users:** 1
- **Weekly downloads:** 1
- **Version:** 1.0.16
- **Last updated:** 2026-08-31
- **First published:** 2026-06-22
- **Size:** 19 KB
- **Data as of:** 2026-09-10
- **Store listing:** [Firefox Add-ons Store](https://addons.mozilla.org/firefox/addon/clean-reload/)
- **Website:** [https://github.com/1llum1n4t1s/CleanReload/issues](https://github.com/1llum1n4t1s/CleanReload/issues)
- **Privacy policy:** [https://addons.mozilla.org/firefox/addon/clean-reload/privacy/](https://addons.mozilla.org/firefox/addon/clean-reload/privacy/)

## Description

A one-click extension that clears Service Worker registrations and the HTTP cache before reloading the page.
Handy for web development and debugging, where you need to bypass stale cached files and see the latest state.

■ Features
- One-click deep clean reload
  Just click the toolbar icon to delete the Service Worker registration and HTTP cache, then reload the page.
  It removes even the Service Worker registration that a normal hard reload (Ctrl+Shift+R) leaves behind.
<ul><li>Clean-reload all tabs at once
  Right-click the toolbar icon and choose "Clean-reload all tabs" to clear the cache and reload every open tab.</li><li>Force all background tabs to sleep
  Right-click the toolbar icon and choose the background-tab sleep command to release inactive tabs from memory. Tabs remain open and reload automatically when selected. The active tab in each window is excluded.</li><li>Lightweight &amp; minimal permissions
  No background data collection and no external communication of any kind.</li><li>Who it is for</li><li>Web developers: instantly fix the "my CSS/JS change is not showing because of the cache" problem</li><li>While debugging: always test against the freshest resources</li><li>Everyone: quickly refresh a page that looks broken</li></ul>
■ How to use
1. Install the add-on
2. On the page you want to reload, click the toolbar icon (single tab)
3. To reload every tab at once, right-click the icon and choose "Clean-reload all tabs"
4. To release background tabs from memory, right-click the icon and choose the background-tab sleep command

■ Behavior on Firefox (important)
Firefox's browsingData API differs from Chrome's, so this extension behaves as follows on Firefox:
<ul><li>Service Worker registration: removed per the target tab's hostname (origin-scoped precise removal is not supported by Firefox, so it falls back to hostname scope).</li><li>CacheStorage (DOM Cache API): Firefox's browsingData API cannot delete it, so saved CacheStorage data remains.</li><li>HTTP cache: because Firefox's removeCache API cannot be scoped to a specific origin, clicking clears Firefox's entire HTTP cache (the Chrome edition clears only the current origin).</li></ul>
In all cases the page is reloaded bypassing the HTTP cache afterward. Since the click is an explicit user action, the behavior above is within the intended reset.

■ Privacy
Everything runs locally in the browser; there is no communication with external servers and no collection of personal data. No remote code is loaded. See docs/privacy-policy.en.md for details.

■ License
MIT License

■ Requirements
Firefox 142 or later.

## Rankings

- #88,666 — Overall
- #100 — reload

## Permissions and access

### Permissions

- `activeTab`
- `browsingData`
- `contextMenus`
- `tabs`

## Safety

- **Risk impact:** Moderate risk impact
- **Risk likelihood:** High risk likelihood

### Analysis details

- Grants access to browser tabs, which can be used to track user browsing habits and history, presenting a privacy concern.
- This extension was recently updated in the past month. New updates may not be stable or safe.

> Some risk analysis details are omitted from this free response. [Upgrade to view the full analysis](https://chrome-stats.com/pricing).

## Similar extensions and apps

- [Hard Reload Plus](https://chrome-stats.com/d/hard-reload-plus) — 1 users
- [Just Tab Reloader](https://chrome-stats.com/d/just-tab-reloader) — 7 users, 5.00 / 5
- [Empty Cache and Hard Reload](https://chrome-stats.com/d/empty-cache-and-hard-reload) — 58 users
- [Clear Cache & Hard Reload](https://chrome-stats.com/d/clear-cache-hard-reload) — 10 users
- [Automatic Website Reloader and Refresher](https://chrome-stats.com/d/website-reloader-and-refresher) — 51 users, 1.00 / 5
- [Auto Tab Reload](https://chrome-stats.com/d/auto-tab-reload) — 66 users, 5.00 / 5
- [Reload All Tabs](https://chrome-stats.com/d/reload-all-tab) — 20 users, 5.00 / 5
- [Reload All Tabs by Nir](https://chrome-stats.com/d/reload-all-tabs-by-nir)
- [Leta Refresh All Tabs](https://chrome-stats.com/d/leta-refresh-all-tabs) — 1 users
- [Location Reload One](https://chrome-stats.com/d/location-reload-one) — 2 users
- [Page Reload Button](https://chrome-stats.com/d/page-reload-button)
- [Tab Reload Optimizer](https://chrome-stats.com/d/tab-reload-optimizer)

---

Source: [Chrome-Stats](https://chrome-stats.com/d/clean-reload)
