After Chrome updated to 130 version my extension stopped to show notification created by chrome.notifications.create
. The code is called, but the notification is not shown and the console do not have errors. Not only on my device, the extension’s users report me about that too.
I have created a bug report on issues.chromium.org
. But the testers can not reproduce the bug. Can you please run the test extension and let me know if you can reproduce the bug with the hidden notification?
Steps
- Launch chrome browser 130+ version
- Download test notification and extract it
- Open
chrome://extensions
, developer mode ON and drag the file - You should be able to see the notification
Expect
Every 2 seconds you should see a new notification
Real
The notification is never shown