Eraser Button - Clean your Browser

Eraser Button - Clean your Browser

For a certain amount of time, quickly remove recent browser history, cookies, cache, downloads, forms, and passwords.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_popup": "data/panel/index.html"
  },
  "background": {
    "service_worker": "worker.js"
  },
  "commands": {
    "_execute_action": {
      "description": "Press the action button"
    }
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "data/icons/16.png",
    "19": "data/icons/19.png",
    "32": "data/icons/32.png",
    "38": "data/icons/38.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png",
    "256": "data/icons/256.png"
  },
  "manifest_version": 3,
  "name": "Eraser Button - Clean your Browser",
  "offline_enabled": true,
  "options_ui": {
    "page": "data/options/index.html"
  },
  "permissions": [
    "storage",
    "notifications",
    "browsingData"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "0.3.2"
}