Skip to content

v1.2.0 — Fix: recording stops mid-session

Choose a tag to compare

@ctala ctala released this 20 Feb 18:27
· 45 commits to main since this release

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 to chrome.storage.session
  • Restore full state when the service worker wakes up
  • Content script reads recording state from session storage on page load

Install / Update

  1. Download the zip below
  2. Extract it (replace the old folder)
  3. Go to chrome://extensions/ → click 🔄 on the extension