Limit Cookie Lifetime
Set a maximum limit on cookie lifetime. By Nick Semenkovich
Hvad er Limit Cookie Lifetime?
Limit Cookie Lifetime er en Chrome-udvidelse udviklet af https://semenkovich.com, og dens hovedfunktion er "Set a maximum limit on cookie lifetime. By Nick Semenkovich
Udvidelsesskærmbilleder
Download Limit Cookie Lifetime-udvidelses-CRX-fil
Download Limit Cookie Lifetime-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 SemenkovichReleased under the MIT License. See LICENSE for details.
Grundlæggende oplysninger om udvidelsen
Navn | Limit Cookie Lifetime |
ID | pplilgolafepgkdmocfpgblngcpdlopm |
Officiel URL | https://chromewebstore.google.com/detail/limit-cookie-lifetime/pplilgolafepgkdmocfpgblngcpdlopm |
Beskrivelse | Set a maximum limit on cookie lifetime. By Nick Semenkovich |
Filstørrelse | 12.82 KB |
Antal Installationer | 149 |
Nuværende Version | 2014.6.4 |
Senest Opdateret | 2014-07-04 |
Udgivelsesdato | 2014-07-04 |
Bedømmelse | 3.75/5 Samlet 4 Bedømmelser |
Udvikler | https://semenkovich.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/semenko/chrome-limit-cookie-lifetime |
Hjælpeside-URL | https://github.com/semenko/chrome-limit-cookie-lifetime/issues |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "author": "Nick Semenkovich", "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Set a maximum limit on cookie lifetime. By Nick Semenkovich |