How to start two independent incognito Chrome?

If I open two incognito windows (Ctrl+Shift+N) and sign in service in one of them, I singed in other (the same cookie, I guess). How to do independent this two windows?

0

4 Answers

Incognito Mode Windows are limited to one per Chrome profile. To get more than one (without installing another instance of Chrome), you could add a new Chrome profile. More details here.

3

What you are looking for is SessionBox (link). It is the analogous of Multi-Account Containers for Firefox.

Each Box/Container stores cookies separately, so you can log into the same site with different accounts and online trackers can’t easily connect the browsing, i.e. for every browser window or tab you can log in to the same site with a different account.

You can customize tab's labels and colors to help keep your different activities or accounts separate.

5

Option 1: Use another, independant running instance of chrome, eg:

Option 2: Setup another user profile and limit how long cookies etc are stored: enter image description here

2

--temp-profile

On Ubuntu 18.04 Chromium 80, using temporary profiles instead of incognito windows worked:

nohup chromium-browser --temp-profile > /dev/null 2>&1
nohup chromium-browser --temp-profile > /dev/null 2>&1

If I login on Stack Overflow in the first instance, I still need to login into the second one.

As far as I can see, no data carries over from my main Chromium session into those, for example passwords are not remembered by the browser either.

Interestingly, also giving the --incognito option with --temp-profile appears to disable the --temp-profile, and logins are shared, which is unexpected.

See also:

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like