Whatsit - Cookie Inspector Firefox

Examine source code of Whatsit - Cookie Inspector

By: Heiko Add-on
Inspect and view changes in Whatsit - Cookie Inspector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Whatsit - Cookie Inspector",
  "description": "Inspect cookies on any webpage and learn what they're used for. See which cookies are trackers, analytics, or essential. Delete individual cookies or by category.",
  "version": "1.0.0",
  "author": "Heiko Rademacher",
  "homepage_url": "https://github.com/heikorademacher/whatsit",
  "browser_specific_settings": {
    "gecko": {
      "id": "whatsit@heikorademacher.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "cookies",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png"
    }
  }
}

Best Whatsit - Cookie Inspector Alternatives

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