CookieSmash

Quickly remove all cookies associate on a site.

What is CookieSmash?

CookieSmash is a Chrome extension developed by Jack Nguyen, and its main feature is "Quickly remove all cookies associate on a site.".

Download CookieSmash Extension CRX File

Download CookieSmash extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CookieSmash CookieSmash
ID nnnahedhiocibebgbmfiknmjeoflhdfe
Official URL https://chrome.google.com/webstore/detail/cookiesmash/nnnahedhiocibebgbmfiknmjeoflhdfe
Description Quickly remove all cookies associate on a site.
File Size 67.73 KB
Installation Count 149
Current Version 0.1
Last Updated 2015-06-02
Publish Date 2015-06-01
Rating 5.00/5 Total 1 Ratings
Developer Jack Nguyen
Payment Type free
Supported Languages 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"
        ]
    }
}