I have indicated incognito as split in my manifest file.
http://developer.chrome.com/extensions/manifest.html#incognito
So, if the application or extension contains a help page that will also work incognito in the process. This process incognito goes along the normal process, but has a separate storage of cookies stored in memory.
So, how can I determine if the background page is working incognito in the process.
source
share