Content Holmes is a one-click AI-based online parenting solution that helps you to keep your children secure from cyber-bullying and adult content online and monitor their activities.
Currently there is no way of automatically enabling incognito mode in chrome. However we can instruct the user to enable it when the extension is installed. We can use flags to check if incognito mode is disabled and report to the parent.
Currently there is no way of automatically enabling incognito mode in chrome. However we can instruct the user to enable it when the extension is installed. We can use flags to check if incognito mode is disabled and report to the parent.
The function isAllowedIncognitoAccess is present here -> https://developer.chrome.com/extensions/extension#property-inIncognitoContext
Stack page for the same -> http://stackoverflow.com/questions/17438354/how-can-i-enable-my-chrome-extension-in-incognito-mode