Remove Cookies For Site

A Chrome extension to remove all cookies for the current site.

Apa itu Remove Cookies For Site?

Remove Cookies For Site adalah ekstensi Chrome yang dikembangkan oleh nestor, dan fitur utamanya adalah "A Chrome extension to remove all cookies for the current site.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Remove Cookies For Site

Unduh file ekstensi Remove Cookies For Site 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

                        Click the broken cookie and all cookies for the current site will be deleted.                    

Informasi Dasar Ekstensi

Nama Remove Cookies For Site Remove Cookies For Site
ID lmfdblomdpkcniknaenceeogpgepocmm
URL Resmi https://chromewebstore.google.com/detail/remove-cookies-for-site/lmfdblomdpkcniknaenceeogpgepocmm
Deskripsi A Chrome extension to remove all cookies for the current site.
Ukuran File 412 KB
Jumlah Instalasi 35,152
Versi Saat Ini 1.7
Terakhir Diperbarui 2023-06-27
Tanggal Publikasi 2016-06-04
Penilaian 3.56/5 Total 180 Penilaian
Pengembang nestor
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html
URL Halaman Kebijakan Privasi http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Cookies For Site",
    "version": "1.7",
    "description": "A Chrome extension to remove all cookies for the current site.",
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "cookie_handler.js"
    },
    "icons": {
        "48": "broken-cookie48.png",
        "128": "broken-cookie128.png"
    },
    "action": {
        "default_icon": {
            "48": "broken-cookie48.png",
            "128": "broken-cookie128.png"
        }
    }
}