Cookie Remover
Removes cookies for the current site
Apa itu Cookie Remover?
Cookie Remover adalah ekstensi Chrome yang dikembangkan oleh Adam, dan fitur utamanya adalah "Removes cookies for the current site".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cookie Remover
Unduh file ekstensi Cookie Remover 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
Instructions: Click the cookie icon at the top right to remove cookies for the current site. A confirmation will then appear displaying how many cookies were removed. You should then refresh the page to see possible changes. Also clears localStorage and sessionStorage for the current site. Remove cookie. Remove cookies. Cookie removal. Delete cookie. Delete Cookies. Clear session.
Informasi Dasar Ekstensi
Nama | Cookie Remover |
ID | kcgpggonjhmeaejebeoeomdlohicfhce |
URL Resmi | https://chromewebstore.google.com/detail/cookie-remover/kcgpggonjhmeaejebeoeomdlohicfhce |
Deskripsi | Removes cookies for the current site |
Ukuran File | 87.72 KB |
Jumlah Instalasi | 83,261 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2019-08-10 |
Tanggal Publikasi | 2019-08-09 |
Penilaian | 4.46/5 Total 79 Penilaian |
Pengembang | Adam |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Remove cookies for this site" }, "description": "Removes cookies for the current site", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "name": "Cookie Remover", "permissions": [ "activeTab" ], "manifest_version": 2, "version": "1.0.3" } |