Cookie Clearer

Cookie Clearer

Clear the cookies of a website with the click of a button. This only removes the cookies of the website on the current window, and…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cookie Clearer",
  "manifest_version": 3,
  "version": "2.0",
  "permissions": [
    "cookies"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html"
  }
}