CookieSmash

Quickly remove all cookies associate on a site.

Apa itu CookieSmash?

CookieSmash adalah ekstensi Chrome yang dikembangkan oleh Jack Nguyen, dan fitur utamanya adalah "Quickly remove all cookies associate on a site.".

Unduh Berkas CRX Ekstensi CookieSmash

Unduh file ekstensi CookieSmash 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 cookie icon and all cookies for the current site will be deleted and the page will refresh.

This was developed because unlike other cookie removers it did not refresh the page.

I am debating whether to have a popup when the extension deletes everything because as a developer I clear cookies constantly and it would get annoying to have a warning every time. But please let me know what you guys think.

Hopefully this helps someone.                    

Informasi Dasar Ekstensi

Nama CookieSmash CookieSmash
ID nnnahedhiocibebgbmfiknmjeoflhdfe
URL Resmi https://chrome.google.com/webstore/detail/cookiesmash/nnnahedhiocibebgbmfiknmjeoflhdfe
Deskripsi Quickly remove all cookies associate on a site.
Ukuran File 67.73 KB
Jumlah Instalasi 149
Versi Saat Ini 0.1
Terakhir Diperbarui 2015-06-02
Tanggal Publikasi 2015-06-01
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Jack Nguyen
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CookieSmash",
    "version": "0.1",
    "description": "Quickly remove all cookies associate on a site.",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "CookieSmash"
    },
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}