Limit Cookie Lifetime
Set a maximum limit on cookie lifetime. By Nick Semenkovich
Apa itu Limit Cookie Lifetime?
Limit Cookie Lifetime adalah ekstensi Chrome yang dikembangkan oleh https://semenkovich.com, dan fitur utamanya adalah "Set a maximum limit on cookie lifetime. By Nick Semenkovich
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Limit Cookie Lifetime
Unduh file ekstensi Limit Cookie Lifetime dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Limit Cookie Lifetime |
ID | pplilgolafepgkdmocfpgblngcpdlopm |
URL Resmi | https://chromewebstore.google.com/detail/limit-cookie-lifetime/pplilgolafepgkdmocfpgblngcpdlopm |
Deskripsi | Set a maximum limit on cookie lifetime. By Nick Semenkovich |
Ukuran File | 12.82 KB |
Jumlah Instalasi | 149 |
Versi Saat Ini | 2014.6.4 |
Terakhir Diperbarui | 2014-07-04 |
Tanggal Publikasi | 2014-07-04 |
Penilaian | 3.75/5 Total 4 Penilaian |
Pengembang | https://semenkovich.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/semenko/chrome-limit-cookie-lifetime |
URL Halaman Bantuan | https://github.com/semenko/chrome-limit-cookie-lifetime/issues |
Bahasa yang Didukung | 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 |