CookieSmash

Quickly remove all cookies associate on a site.

CookieSmash क्या है?

CookieSmash Jack Nguyen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly remove all cookies associate on a site."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CookieSmash एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        ]
    }
}