Skip to content

Finicky 2.3 ALPHA - Private/Incognito mode for Chrome

Pre-release
Pre-release
Compare
Choose a tag to compare
@johnste johnste released this 29 Oct 10:33
· 1 commit to chrome-incognito since this release

This is an early version of incognito support for Google Chrome. Only use if you want to test this early version of the feature.

Adds the private property to the Browser option in handlers:

module.exports = {
  defaultBrowser: "Google Chrome",
  handlers: [
    {
      match: "http://example.com",
      browser: {
        name: "Google Chrome",
        private: true
      }
    }
  ]
};

When using this feature you need to give Finicky access to controlling Chrome:
image

Note that due to a bug it is currently not possible to open Chrome in the background (Due to this bug #71), and the incognito mode feature doesn't support it at all.