Privacy Policy

The fix deletes Zoom cookies and this tab's Zoom site data locally in your own browser, and only when you click. The optional bug-report page sends only what you type and attach, only when you press Submit.

Last updated: 2026-08-23.

This is the privacy policy for the 1132 Fixer Chrome extension distributed via the Chrome Web Store and hosted at https://github.com/1132-Fixer/chrome. This document is the canonical source and is also published at https://1132-fixer.github.io/chrome/privacy.html.

Summary

The fix flow does not collect, transmit, sell, share, or store any personal data. It deletes Zoom-origin browser state only (zoom.us and zoom.com cookies, including subdomains, plus the active Zoom tab’s localStorage, sessionStorage, Cache API, and IndexedDB), only after the user clicks FIX ZOOM in the popup, and only inside the user’s own browser. Detecting a Zoom tab never clears anything by itself.

Bug reports are optional and entirely user-initiated. The separate Report-a-Bug page (opened from the popup’s “Feedback & Report” link) sends only what you type and attach — your description, an optional screenshot you choose, the extension version, and your browser’s user-agent string — to the 1132 Fixer support service, and it sends that report only when you press Submit. The one thing the page does on its own is a single availability check when it opens (GET /health, carrying no user data) to decide whether to show the form or a GitHub fallback link; see the dedicated section below.

What the extension does

What data the extension may clear (locally, after a user click)

When the user explicitly clicks FIX ZOOM, the extension deletes these categories of data, all Zoom-origin only:

The last three run as a one-shot injected function in that tab. The function re-checks location.hostname and refuses to run on any non-Zoom origin. No content script is registered, so nothing injects on page load, install, or popup open.

The extension does not clear:

browsingData is not requested. It cannot clear sessionStorage, and an origins filter is still broader than the current Zoom tab. scripting is the minimum extra permission the in-page cleaner needs.

The extension never reads, transmits, copies, or logs the values of cookies or page content. Its only operation on cookies is deletion. The popup reports a count and whether this tab’s Zoom site data was cleared — never a cookie or storage value.

What data the extension collects or transmits

Bug reports (optional, user-initiated)

The popup’s “Feedback & Report” link opens the extension’s own Report-a-Bug page. On that page:

Permissions, in plain English

Permission Used for
cookies Enumerate and delete cookies for zoom.us and zoom.com. Cookie values are never read or transmitted.
activeTab Read the active tab’s URL when the popup opens (to detect a Zoom tab) and reload that tab after a successful clear.
scripting Inject a one-shot cleaner into the active Zoom tab after FIX ZOOM, so that origin’s localStorage, sessionStorage, Cache API, and IndexedDB can be cleared. The injected function refuses to run on any other host. No content script is registered; nothing injects on install or page load.
Hosts: https://*.zoom.us/*, https://*.zoom.com/*, http://*.zoom.us/*, http://*.zoom.com/* Required by Chrome’s cookies API to operate on Zoom domains, and by scripting to inject only into those hosts. Both schemes are listed because Chrome maps a non-Secure cookie to an http:// URL and hides it from an https-only extension — without http, stale non-Secure Zoom cookies would be missed. No other hosts are requested. <all_urls> is not requested.

The extension holds no browsingData permission.

Children’s privacy

The extension does not target or knowingly process data about children. Because it processes no personal data at all, it imposes no child-specific data risk.

Changes to this policy

If extension behavior changes in a way that affects this policy, this document will be updated with a new “Last updated” date and a corresponding Chrome Web Store update. The version history is available in the public Git repository.

Affiliation

1132 Fixer is an independent open-source project. It is not affiliated with, endorsed by, or sponsored by Zoom Video Communications, Inc. “Zoom” is a registered trademark of Zoom Video Communications, Inc., used here only to describe the site the extension operates on.

Contact

Verifiability

The claims above can be verified directly from this repository: