Remove Cookies For Site

A Chrome extension to remove all cookies for the current site.

What is Remove Cookies For Site?

Remove Cookies For Site is a Chrome extension developed by nestor, and its main feature is "A Chrome extension to remove all cookies for the current site.".

Extension Screenshots

screenshot
screenshot

Download Remove Cookies For Site Extension CRX File

Download Remove Cookies For Site 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 broken cookie and all cookies for the current site will be deleted.                    

Extension Basic Information

Name Remove Cookies For Site Remove Cookies For Site
ID lmfdblomdpkcniknaenceeogpgepocmm
Official URL https://chromewebstore.google.com/detail/remove-cookies-for-site/lmfdblomdpkcniknaenceeogpgepocmm
Description A Chrome extension to remove all cookies for the current site.
File Size 412 KB
Installation Count 35,152
Current Version 1.7
Last Updated 2023-06-27
Publish Date 2016-06-04
Rating 3.56/5 Total 180 Ratings
Developer nestor
Email [email protected]
Payment Type free
Help Page URL http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html
Privacy Policy Page URL http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Cookies For Site",
    "version": "1.7",
    "description": "A Chrome extension to remove all cookies for the current site.",
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "cookie_handler.js"
    },
    "icons": {
        "48": "broken-cookie48.png",
        "128": "broken-cookie128.png"
    },
    "action": {
        "default_icon": {
            "48": "broken-cookie48.png",
            "128": "broken-cookie128.png"
        }
    }
}