Browser extension (Chrome/Firefox) that intercepts downloads and routes them to the zing.
- Install zing (install instructions)
- Run
zing extension installto register native host - Move this folder somewhere safe (not Downloads... it can get accidentally deleted):
- Linux:
~/extensions/zing-interceptor - macOS:
~/Extensions/zing-interceptor - Windows:
C:\Extensions\zing-interceptor
- Linux:
- Load this folder via Developer mode → "Load unpacked"
background.js: download interception + native host messagingpopup.html/js/css: settings UIadd-url.html/js/css: manual download popupmanifest.json: extension config (MV3)icons/: toolbar icons (16/48/128)
Communicates via oss.zing.intercept (stdio). Key actions: addUri, list, pause, resume, remove, getDefaultDir, setDefaultDir, pickDirectory.