chrome-cookie-switcher icon indicating copy to clipboard operation
chrome-cookie-switcher copied to clipboard

Feature request: Cross site tracking.

Open rmmh opened this issue 14 years ago • 1 comments

I have multiple @gmail.com accounts, and I use them for different things. One is for email and youtube, while another is for google code. Since Google shares login information between sites, it would be nice if you could define "sets" of cookies in some way.

For example: Set 1: youtube.com, mail.google.com, google.com Set 2: code.google.com, codereview.appspot.com, google.com

If the user visits youtube.com and gets redirected through a google.com authentication page, it would know to use set 1's cookie for google.com.

If the user visits code.google.com and gets redirected through an auth page, it would use Set 2's google.com cookie.

I'm not sure how difficult it would be to implement this, and it may be outside of the planned scope, but I hope you'll consider it.

rmmh avatar Dec 08 '10 05:12 rmmh

Would be a nice feature, but unfortunately I won't have much time to spend on working on extra features for this extension anytime soon. If you want to have a go at it yourself, feel free to fork it and make any necessary changes - it shouldn't be too difficult as most of the cookie-related logic is packaged up in the cookie-manager module.

Feel free to give me a shout if you've got any questions!

H

hmarr avatar Dec 08 '10 10:12 hmarr