Auto Refresh | Page Monitor — Privacy Policy

Last updated: 27 July 2026

Auto Refresh | Page Monitor is a Chrome extension that reloads browser tabs on a schedule you choose. It is built to need as little of your data as possible, and never to send any of it to us. This page explains exactly what it does and does not do with data.

The short version

What is sent off your device

Nothing. The extension has no backend and contacts no external service. The only fetch() calls in its code load the extension's own bundled translation files (_locales/<lang>/messages.json) through chrome.runtime.getURL(), which reads a file packaged inside the extension and never touches the network.

To be precise about one obvious thing: reloading a tab makes that page request itself from its own server again, exactly as pressing F5 would, with whatever cookies and third-party resources that page normally uses. That traffic is the page's, not the extension's — the extension adds nothing to it and reads nothing from it.

There is one indirect exception, described under “What is stored, and where”: if you have Chrome Sync enabled, Chrome itself replicates the extension's preferences to your other signed-in browsers. That transfer is performed by Chrome under your Google account, not by this extension, and it does not include your statistics, activity log, or scheduled rules.

What the extension can and cannot see

What is stored, and where

The statistics and the activity log record full page URLs, including path and query string, for the tabs you refresh. They never leave your device, but they are the most sensitive thing the extension keeps — bear that in mind before sharing an exported log or a screenshot of the statistics page.

Data retention and deletion

Retention is enforced when the extension next writes to a store, not by a background clock. In normal use that is every refresh cycle, so the windows below hold. If you stop using the extension, whatever was last written simply stays until you reset it or uninstall — nothing expires on its own while the extension is idle.

Third parties

None. The extension loads no remote code and embeds no analytics, advertising, or tracking library of any kind.

Google API Limited Use

The use of information received from Google APIs will adhere to the Chrome Web Store User Data Policy, including the Limited Use requirements.

Contact

Questions or concerns? Please open an issue at github.com/kirillDevPro/auto-refresh-page-monitor.