Expose chrome.runtime.inIncognitoContext #611
Labels
supportive: chrome
Supportive from Chrome
supportive: firefox
Supportive from Firefox
supportive: safari
Supportive from Safari
Supersedes #605 with a different solution and an explanation why workarounds are problematic.
Goal: expose
chrome.runtime.inIncognitoContext
in all contexts.Optional goal: deprecate
chrome.extension.inIncognitoContext
extension
namespace that apply to the entire extension conceptually e.g. isAllowedIncognitoAccess, isAllowedFileSchemeAccess, getBackgroundPage, getViews.Immediately beneficial use case: userscripts of extensions in the default
spanning
incognito mode.The problem doesn't concern the
split
mode extensions which can embed the value in the code of the userscripts registered just for the incognito mode.The workaround for a userscript is problematic as it requires an additional "isolated world":
The text was updated successfully, but these errors were encountered: