CookieSmash

Quickly remove all cookies associate on a site.

CookieSmash란 무엇입니까?

CookieSmash은(는) Jack Nguyen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly remove all cookies associate on a site."입니다.

CookieSmash 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 CookieSmash CookieSmash
ID nnnahedhiocibebgbmfiknmjeoflhdfe
공식 URL https://chrome.google.com/webstore/detail/cookiesmash/nnnahedhiocibebgbmfiknmjeoflhdfe
설명 Quickly remove all cookies associate on a site.
파일 크기 67.73 KB
설치 횟수 149
현재 버전 0.1
최근 업데이트 2015-06-02
출시 날짜 2015-06-01
평점 5.00/5 총 1 개의 평점
개발자 Jack Nguyen
결제 유형 free
지원되는 언어 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"
        ]
    }
}