top of page
icon128.png

MV3 keep alive chrome extension

Struggling with Manifest V3 and the service worker lifecycle ? We have built an open source extension  which keeps your service worker awake at all time. Your service worker will no more die after the expected 5 minutes limit !
 

Use cases:

  • Persistency implementation is too complex in your case.

  • Persistency implementation kills the performance of your extension.

All source code and installation instructions are available from our repo at https://github.com/addeective/mv3keepAlive.

bottom of page