Why don't Chrome extensions work in incognito?
This is a support request regarding an extension I am developing.
The extension works fine in normal browsing sessions, however when I launch incognito, the extension does not work. I can't figure out why this happens. I tried some basic troubleshooting steps and haven't found anything.
I have cleared the cache of Chrome. I have cleared the cache of the extension (Chrome Web Store > Settings > Advanced > Reset Extension Data). I have deleted the local storage of the extension. So basically I am at a loss as to how to solve this problem. Here is my manifest.js: chrome.browserAction.onClicked.addListener(function(tab) );
});. In my popup.html I have this simple code: . .