Ultimate Eraser

Ultimate Eraser

Move browser history and cache straight to the trash

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Ultimate Eraser",
  "description": "Move browser history and cache straight to the trash",
  "version": "1.2",
  "background": {
    "service_worker": "ep.js"
  },
  "action": {
    "default_popup": "modal.html",
    "default_title": "Ultimate Eraser"
  },
  "icons": {
    "128": "wofo.png"
  },
  "manifest_version": 3,
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "alarms",
    "tabs",
    "storage",
    "history",
    "scripting",
    "declarativeNetRequest",
    "browsingData",
    "cookies",
    "background",
    "notifications"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}