Pageside iconPageside

Privacy Policy

Last updated: 2026-07-15 · This is the authoritative privacy policy for the Pageside browser extension; the same document ships with the extension's source code.

Pageside is a browser extension that lets you save a custom CSS snippet per website, plus a small set of page tools (element picker, text-to-speech reader, per-site notepad, password generator, and tab organizer; the zip builds downloadable from this site additionally include a page screenshot and a page-media saver).

The short version

Pageside collects nothing. It has no server, no analytics, no telemetry, no accounts, and it never transmits any data off your device. Everything you create in the extension is stored locally in your browser and nowhere else.

What the extension stores, and where

All data lives exclusively in your browser's local extension storage (chrome.storage.local) on your own device:

DataWhyWhere it goes
CSS snippets you write, keyed by site domainSo your styles re-apply on your next visitLocal extension storage only
Per-site notes you type in the Notes sectionSo your note reloads on that siteLocal extension storage only
Unsaved editor draftsSo closing the popup mid-edit loses nothingLocal extension storage only
Per-site on/off toggle stateSo a disabled site stays disabledLocal extension storage only
The domain of the page you last viewedUsed only as a fallback for site detection in the popupLocal extension storage only

Generated passwords are never stored anywhere — they exist only in the popup until you close it. Uninstalling the extension deletes all of this data. The Export JSON feature writes a backup file to a location you choose; that file never leaves your device unless you move it yourself.

What the extension does NOT do

Permissions explained

PermissionWhat it is used for
Access to websites (<all_urls>)Applying your own saved CSS to pages as they load. The content script reads only the page's domain to look up your snippet; it does not read or report page content.
storageSaving your snippets, notes, and settings locally.
activeTab / scriptingRunning the element picker, text-to-speech reader, and page actions on the current tab — only when you click those buttons in the popup.
tabsDetecting the current site's domain, and powering the optional tab organizer (sort / group / close duplicates). Tab titles and URLs are read in-memory only and never stored or transmitted.
tabGroupsThe optional "Group by domain" tab-organizer action (Chrome desktop only).
clipboardWriteCopying a CSS selector or a generated password to your clipboard when you press Copy.
downloads (zip builds from this site only — not in the Chrome Web Store package)Saving screenshots and page media through the browser's own download manager, at your explicit request.
contextMenus (zip builds from this site only — not in the Chrome Web Store package)The right-click "Download this video" menu entry.

Changes to this policy

If a future version of Pageside ever changes what data is handled, this document will be updated and the change will be called out in the release notes before it ships.

Contact

Questions or concerns: email info@ranzlappen.com or see the support page.