Cookie Remover

Removes cookies for the current site

What is Cookie Remover?

Cookie Remover is a Chrome extension developed by Adam, and its main feature is "Removes cookies for the current site".

Extension Screenshots

screenshot
screenshot

Download Cookie Remover Extension CRX File

Download Cookie Remover 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

                        Instructions: 
Click the cookie icon at the top right to remove cookies for the current site. A confirmation will then appear displaying how many cookies were removed. You should then refresh the page to see possible changes.

Also clears localStorage and sessionStorage for the current site.

Remove cookie. Remove cookies. Cookie removal. Delete cookie. Delete Cookies. Clear session.                    

Extension Basic Information

Name Cookie Remover Cookie Remover
ID kcgpggonjhmeaejebeoeomdlohicfhce
Official URL https://chromewebstore.google.com/detail/cookie-remover/kcgpggonjhmeaejebeoeomdlohicfhce
Description Removes cookies for the current site
File Size 87.72 KB
Installation Count 83,261
Current Version 1.0.3
Last Updated 2019-08-10
Publish Date 2019-08-09
Rating 4.46/5 Total 79 Ratings
Developer Adam
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Remove cookies for this site"
    },
    "description": "Removes cookies for the current site",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "name": "Cookie Remover",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "version": "1.0.3"
}