Purge by context

Purge by context

Purge browser history and other data by context menu on the web page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "1.0.1",
  "name": "Purge by context",
  "icons": {
    "128": "pic.png"
  },
  "description": "Purge browser history and other data by context menu on the web page",
  "background": {
    "service_worker": "service.js"
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "storage",
    "scripting",
    "background",
    "alarms",
    "browsingData",
    "declarativeNetRequest",
    "cookies",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}