Cookie Boss

Manage your cookies like a boss.

What is Cookie Boss?

Cookie Boss is a Chrome extension developed by CookieBoss, and its main feature is "Manage your cookies like a boss.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Cookie Boss Extension CRX File

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

                        REMOVE
​
- Auto by tab: Removes domain cookies when there are no other active tabs
- Auto by session: Defaults all cookies to session
- Manual : Batch Selection
- Undo last remove: Restores last removed cookies

ADD
​
+ Flexible inputs for cookie attributes
+ Prompts domain attribute with existing domains
+ Easy to set expiration date time

MODIFY
​
* Customizable values
* Displays according to active domain

IMPORT & EXPORT
​
~ JSON String Format
~ Clipboard: Copy & Paste
~ File: .txt format
~ Encrypted file: Secured with user input password
~ Chrome Sync: Seamless way to transport cookies across various platforms using your Chrome profile                    

Extension Basic Information

Name Cookie Boss Cookie Boss
ID bdfmcfdojoaedkjkihobeheogapdfdbk
Official URL https://chromewebstore.google.com/detail/cookie-boss/bdfmcfdojoaedkjkihobeheogapdfdbk
Description Manage your cookies like a boss.
File Size 233 KB
Installation Count 442
Current Version 4.0
Last Updated 2016-08-26
Publish Date 2016-08-26
Rating 2.60/5 Total 5 Ratings
Developer CookieBoss
Payment Type free
Extension Website http://cookieremovermanag.wix.com/cookieboss
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Boss",
    "description": "Manage your cookies like a boss.",
    "version": "4.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "cookiemanager.html"
    },
    "permissions": [
        "tabs",
        "sessions",
        "storage",
        "activeTab",
        "cookies",
        "identity",
        "identity.email",
        "unlimitedStorage",
        "notifications",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "jquery-ui.min.css",
                "jquery.datetimepicker.min.css",
                "jquery.tree-multiselect.min.css",
                "cookiemanager.css"
            ],
            "js": [
                "jquery-1.12.3.min.js",
                "jquery-ui.js",
                "jquery.datetimepicker.full.min.js",
                "jquery.tree-multiselect.min.js",
                "cookiemanager.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}