Remove Cookie!

Removes cookies set by the site, including cookies with paths and domains

What is Remove Cookie!?

Remove Cookie! is a Chrome extension developed by alenbi.2013.105, and its main feature is "Removes cookies set by the site, including cookies with paths and domains".

Extension Screenshots

screenshot

Download Remove Cookie! Extension CRX File

Download Remove Cookie! 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

                        This extension enables you to quickly remove the cookie that may have been set by the site. Simply click "Remove Cookie!                    

Extension Basic Information

Name Remove Cookie! Remove Cookie!
ID oifomnalkciipmgkfgdjkepdocgiipjg
Official URL https://chrome.google.com/webstore/detail/remove-cookie/oifomnalkciipmgkfgdjkepdocgiipjg
Description Removes cookies set by the site, including cookies with paths and domains
File Size 25.75 KB
Installation Count 16,543
Current Version 0.1
Last Updated 2013-12-18
Publish Date 2013-12-18
Rating 2.88/5 Total 16 Ratings
Developer alenbi.2013.105
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 Cookie!"
    },
    "name": "Remove Cookie!",
    "description": "Removes cookies set by the site, including cookies with paths and domains",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}