EditCookie

Very simple and minimalistic cookie manager

What is EditCookie?

EditCookie is a Chrome extension developed by HoneyApp, and its main feature is "Very simple and minimalistic cookie manager".

Extension Screenshots

screenshot
screenshot

Download EditCookie Extension CRX File

Download EditCookie 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

                        User-friendly cookie manager with clear interface.
Can EDIT, ADD and REMOVE Cookies in one click!
Try it, and you'll love it!                    

Extension Basic Information

Name EditCookie EditCookie
ID eognaopbbjmpompmibmllnddafjhbfdj
Official URL https://chromewebstore.google.com/detail/editcookie/eognaopbbjmpompmibmllnddafjhbfdj
Description Very simple and minimalistic cookie manager
File Size 168 KB
Installation Count 11,371
Current Version 2.3
Last Updated 2017-02-08
Publish Date 2017-02-08
Rating 4.16/5 Total 32 Ratings
Developer HoneyApp
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EditCookie",
    "description": "Very simple and minimalistic cookie manager",
    "version": "2.3",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [],
            "js": [
                "cs.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "EditCookie",
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "cookies",
        "storage"
    ]
}