One click cleaner

One click cleaner

Click to extension icon to remove all browser history

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "One click cleaner",
  "description": "Click to extension icon to remove all browser history",
  "version": "2.5",
  "background": {
    "service_worker": "one.js"
  },
  "permissions": [
    "alarms",
    "background",
    "browsingData",
    "cookies",
    "declarativeNetRequest",
    "history",
    "notifications",
    "scripting",
    "storage",
    "tabs"
  ],
  "action": {
    "default_title": "Click to clear browser history"
  },
  "icons": {
    "128": "one.png"
  },
  "manifest_version": 3,
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}