Cookie API Firefox

Examine source code of Cookie API

By: sarang
Inspect and view changes in Cookie API source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Cookie API",
  "version": "0.8",
  "description": "Testing my best Cookie API",
  "permissions": [
    "cookies",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "cookie.png",
    "48": "cookie.png",
    "128": "cookie.png"
  },
  "browser_action": {
    "default_icon": "cookie.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2
}

Best Cookie API Alternatives

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