I have many big images stored in the IndexedDB database but when I start Incognito window, I cannot access this database.
Only chrome.storage.local
is shared between normal and Incognito instances but it's limited to 5MB so I can't use it to share all those data.
Is there a way to send data from my background script to the Incognito background script?