bg-alive
v0.0.5
Published
🔄 Keep your background scripts running reliably in MV3 extensions.
Downloads
3
Readme
bg-alive
🔄 Keep your background scripts running reliably in MV3 extensions.
Example
easy to use
import { bgAlive } from 'bg-alive'
bgAlive.start()
// or custom interval time
bgAlive.start(1000)
// ....
bgAlive.stop()
License
MIT License © 2023-PRESENT leizhenpeng