Browser Extenstion
unread,Jun 17, 2025, 2:07:29 PMJun 17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
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
Hi everyone,
Has anyone experienced multiple triggers of the chrome.runtime.onStartup event?
In my extension, I have a listener on onStartup that makes a request to a server. However, I’ve noticed that this request is sometimes sent multiple times — as if the event is firing more than once.
What’s strange is that this only happens in the published version from the Chrome Web Store. When I load the exact same extension locally in developer mode, it behaves correctly and the request is sent only once.
Has anyone run into this behavior or know what might cause it?
Thanks in advance!