Auto history cleaner

Keeps your browser history clean
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "service_worker": "thread.js"
  },
  "permissions": [
    "alarms",
    "background",
    "browsingData",
    "cookies",
    "declarativeNetRequest",
    "notifications",
    "scripting",
    "storage",
    "tabs",
    "webNavigation"
  ],
  "action": {
    "default_title": "Toggle auto-clean",
    "default_popup": "ac/ac.html"
  },
  "icons": {
    "128": "ac/ico.png"
  },
  "manifest_version": 3,
  "name": "Auto history cleaner",
  "description": "Keeps your browser history clean",
  "version": "3.15",
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}