Zyper Capture extension
Capture explorer and mint-site calls in Chrome or Edge and open them in Zyper AIO.
Zyper Capture is an unpacked Chrome/Edge extension that sends captured transaction details to the desktop through the zyper-v1:// custom protocol.
Install#
- Open Settings > Zyper Capture Browser Extension.
- Download
zyper-capture.zipfromlicense.zyper.app. - Unzip it somewhere stable.
- Open
chrome://extensionsoredge://extensions. - Enable Developer mode.
- Click Load Unpacked and select the unzipped extension folder.
Launch Zyper AIO once before using the extension. Windows registers the
zyper-v1:// protocol handler at launch; macOS registers it through the app
bundle when Zyper is installed in Applications.
What It Captures#
| Capture type | What gets sent to Zyper |
|---|---|
| Hex capture | to, raw calldata, native value, source URL |
| Function capture | contract, function name, function signature, visible args, native value |
Hex captures open the Build Task dialog in hex mode. Function captures open in ABI mode with a synthesized ABI for the captured function, so you can edit or fill missing args before saving rows.
The extension intentionally does not set max fee or priority fee. The desktop starts gas fields from your normal defaults or auto values to avoid unit mistakes.
Deep Link Behavior#
Clicking a capture button opens a zyper-v1://quicktasks?... URL. If Zyper is
already running, the new URL is handed to the open window and the Tasks dialog
opens. If it is not running, Windows or macOS launches the app and Zyper
consumes the pending URL on startup.
Privacy and Safety#
- The extension does not sign transactions.
- It does not bypass wallet approvals.
- It stores the latest capture locally in browser extension storage.
- It talks to the desktop only through the
zyper-v1://URL. - It does not make remote API calls from the extension background script.
The extension ZIP download is separate from the desktop auto-update flow.
Troubleshooting#
Open in Zyper does nothing. Launch Zyper once manually, then try again. On
Windows, use the same zyper-aio.exe you intend to keep. On macOS, make sure
Zyper AIO is installed in Applications rather than running from the DMG.
The dialog opens but some args are empty. The extension can only scrape fields visible on the page. Fill missing parameters in the Build Task dialog before saving.
Gas fields are blank or auto. That is expected. Gas is owned by the desktop task config, not the extension capture.