CentBrowser Forum

Full Version: "split" mode extension receives no navigation events from multilogin tabs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
"split" mode extensions like Tampermonkey don't get events and messages from multilogin tabs. If a regular incognito mode tab is opened, then a second background page is started that handles incognito tab events, but this doesn't happen for multilogin tabs.

"Allow in incognito" is turned on but `chrome.runtime.onMessage` of neither the regular background page nor the incognito background page receives the messages sent by the multilogin tab's content script.

Note: "Spanning" mode extensions seem to work fine.

Original bug report: https://github.com/Tampermonkey/tampermo...ssues/1295

Thanks.
Thanks for your feedback.
This is an old issue of multilogin tabs.
We need to fully refactor this feature to solve it.