"split" mode extension receives no navigation events from multilogin tabs - Printable Version +- CentBrowser Forum (https://www.centbrowser.net/en) +-- Forum: Product Related (https://www.centbrowser.net/en/forumdisplay.php?fid=1) +--- Forum: Bugs & Suggestions (https://www.centbrowser.net/en/forumdisplay.php?fid=4) +--- Thread: "split" mode extension receives no navigation events from multilogin tabs (/showthread.php?tid=4084) |
"split" mode extension receives no navigation events from multilogin tabs - derjanb - 08-10-2021 "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/tampermonkey/issues/1295 Thanks. RE: "split" mode extension receives no navigation events from multilogin tabs - Admini - 08-13-2021 Thanks for your feedback. This is an old issue of multilogin tabs. We need to fully refactor this feature to solve it. |