v1.2.0 — Fix: recording stops mid-session
Bug Fix
Recording was stopping mid-session — Chrome kills service workers after ~30 seconds of inactivity, losing all in-memory state. This caused the extension to silently stop capturing after the browser was idle.
Fix
- Persist
isRecording,recordingTabId, and all captured data tochrome.storage.session - Restore full state when the service worker wakes up
- Content script reads recording state from session storage on page load
Install / Update
- Download the zip below
- Extract it (replace the old folder)
- Go to
chrome://extensions/→ click 🔄 on the extension