Cookie Manager Firefox

Examine source code of Cookie Manager

By: Rob W
Inspect and view changes in Cookie Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Cookie Manager",
  "description": "An efficient cookie manager. View, edit, delete and search for cookies. Designed for privacy aware users. Automatically opens the Cookie Manager upon extension startup (this can be configured via the UI).",
  "version": "1.8",
  "manifest_version": 2,
  "permissions": [
    "activeTab",
    "contextualIdentities",
    "cookies",
    "storage",
    "file://*/*",
    "*://*/*"
  ],
  "options_ui": {
    "page": "cookie-manager.html",
    "open_in_tab": true
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/48.png",
    "96": "icons/96.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/48.png",
      "96": "icons/96.png"
    },
    "default_popup": "popup.html",
    "default_title": "Open Cookie Manager"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "69.0",
      "id": "cookie-manager@robwu.nl"
    },
    "gecko_android": {}
  }
}

Best Cookie Manager Alternatives

Here are some Firefox add-ons that are similar to Cookie Manager: