Issue with Service Worker Lifetime in MV3 Extension
67 views
Skip to first unread message
Vaishnavi Gosavi
unread,
Sep 15, 2025, 4:48:53 AMSep 15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions
We are facing problems with the service worker lifecycle in our MV3 extension: The service worker is being terminated after a short idle time, even though we need it to remain active. We reviewed Chrome’s documentation on keeping a service worker alive continuously (using a heartbeat that updates extension storage every 20 seconds), but it appears this approach is only allowed for enterprise or education use cases.
woxxom
unread,
Sep 16, 2025, 1:58:20 AMSep 16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions, Vaishnavi Gosavi
We can only help if you describe why this is necessary in more detail.