Set a maximum limit on cookie lifetime. By Nick Semenkovich <
[email protected]>Persistent cookies are annoying. This extension limits the maximum lifetime of a cookie in Chrome.
This extension:
- Invokes itself every two hours to set cookie lifetime limits
- Limits cookies to a 21-day expiry (modifiable on the options page)
- Takes almost zero RAM (runs as a non-persistent background page)
- Is open source! (See below)
======== CODE ========
Please contribute! https://github.com/semenko/chrome-limit-cookie-lifetime
Copyright 2014, Nick Semenkovich <
[email protected]>
Released under the MIT License. See LICENSE for details.