CookieSmash

Quickly remove all cookies associate on a site.

CookieSmashคืออะไร?

CookieSmash เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jack Nguyen และคุณลักษณะหลักของมันคือ "Quickly remove all cookies associate on a site."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CookieSmash

ดาวน์โหลดไฟล์ส่วนขยาย CookieSmash ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        ]
    }
}