github johnste/finicky v2.3-alpha
Finicky 2.3 ALPHA - Private/Incognito mode for Chrome

latest releases: v3.4.0, v3.3.1, v3.3.0...
pre-release5 years ago

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.

Don't miss a new finicky release

NewReleases is sending notifications on new releases.