I made another VP browser extension, this one adds normal real-time message notifications (no sound, only the popup on the left side of the screen)
That's how the notification looks, "Hiii" text is a message topic, you can read the message in the new tab (just press on the topic text, it will open new tab)
Some technical stuff: It checks for new message immediately after page load and then every 5 seconds. If you get 2 or more messages in 5 seconds, you'll get only one notification with the last message (I think I can redo it later) Notification popup follows the screen so you won't miss it New message rewrites popup text, so you'll always see the last message