Fix Zoom 1132 in one click.

1132 Fixer is a one-button Chrome extension that deletes Zoom cookies and this tab's Zoom site data, then reloads the active Zoom tab. Nothing is cleared until you press FIX ZOOM. Zoom-only host access. Everything runs locally in your browser. No accounts. No telemetry. No remote code.

Install

Load the unpacked 1.2.7 source. The Chrome Web Store listing is live but older (measured 1.2.1) — this repo does not publish.

Get the extension

Privacy

Read the full canonical privacy policy. The fix flow is local; bug reports are optional and user-triggered.

Read privacy policy

What Error 1132 means here

In this browser tool, Zoom Error 1132 is treated as stale Zoom browser state: cookies on zoom.us / zoom.com and this tab’s Zoom site data. Clearing that state after FIX ZOOM and reloading the tab is the whole job.

This is not the Windows-profile path. The Windows app uses a helper account named user1. This extension does not create Windows accounts, does not touch user1, and does not launch Zoom Workplace.

What it does

1132 Fixer is the Chrome sibling of 1132 Fixer for Windows. One purpose: clear Zoom browser state related to error 1132, then reload the Zoom tab.

Source version is 1.2.7. Chrome, Edge, Brave, and Firefox packages exist from this tree; Firefox runtime is MANUAL_VALIDATION_REQUIRED. The live Chrome Web Store listing was measured 1.2.1.

What it does not do

Permissions, in plain English

Permission Used for
cookies Enumerate and delete cookies for zoom.us and zoom.com.
activeTab Read the active tab’s URL when you open the popup; reload it after a successful clear.
scripting One-shot inject into the active Zoom tab after FIX ZOOM, to clear that origin’s localStorage, sessionStorage, Cache API, and IndexedDB. The injected function refuses any other host. No content script is registered.
Hosts: https://*.zoom.us/*, https://*.zoom.com/*, http://*.zoom.us/*, http://*.zoom.com/* Required by chrome.cookies to operate on Zoom domains, and by scripting to inject only into those hosts. Both schemes are listed so non-Secure Zoom cookies are visible too. No broader host access is requested.

There is no browsingData permission and no <all_urls> host permission. scripting is the minimum extra permission the in-page Zoom-origin cleaner needs.

Where to go next