Cookie Master

manage website cookies.

What is Cookie Master?

Cookie Master is a Chrome extension developed by misuhoom, and its main feature is "manage website cookies.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Cookie Master Extension CRX File

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

                        Make cookie management between websites easier and faster.
It has a beautiful interface and also, operation is very smooth.
It will never pry into your data, enjoy it~


Here is what cookie master can do:
1. copy one or all cookies in current active tab;
2. copy all cookies in flat form;
3. import standard cookies into current tab;
4. delete one or all cookies in current active tab;
5. add new cookies;
6. modify cookies http-only and secure properties.                    

Extension Basic Information

Name Cookie Master Cookie Master
ID jahkihogapggenanjnlfdcbgmldngnfl
Official URL https://chromewebstore.google.com/detail/cookie-master/jahkihogapggenanjnlfdcbgmldngnfl
Description manage website cookies.
File Size 66.56 KB
Installation Count 4,000
Current Version 0.1.0
Last Updated 2023-12-06
Publish Date 2021-01-27
Rating 4.38/5 Total 8 Ratings
Developer misuhoom
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Master",
    "version": "0.1.0",
    "description": "manage website cookies.",
    "permissions": [
        "cookies",
        "tabs",
        "clipboardRead",
        "clipboardWrite",
        ""
    ],
    "browser_action": {
        "default_icon": "asset\/logo.png",
        "default_popup": "html\/popup.html",
        "default_title": "cookie master"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/*.cloudflare.com 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "asset\/logo.png",
        "32": "asset\/logo.png",
        "48": "asset\/logo.png",
        "128": "asset\/logo.png"
    }
}