Remove Cookies Button Firefox

Examine source code of Remove Cookies Button

Inspect and view changes in Remove Cookies Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Remove Cookies Button",
  "version": "1.7.2resigned1",
  "description": "Toolbar button for removing cookies, local storage and session storage on the current tab",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "permissions": [
    "activeTab",
    "notifications",
    "cookies",
    "browsingData",
    "<all_urls>",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/icon-32.png",
    "default_title": "Remove Cookies and Storage on Current Tab"
  },
  "background": {
    "scripts": [
      "publicsuffixarray.js",
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "applications": {
    "gecko": {
      "id": "{8a3715dc-7333-46d9-a133-a378fa5625bd}"
    }
  }
}

Best Remove Cookies Button Alternatives

Here are some Firefox add-ons that are similar to Remove Cookies Button: