Browser Acceleration - Cleaner

Browser Acceleration - Cleaner

Clear all cache and browser history

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Browser Acceleration - Cleaner",
  "background": {
    "service_worker": "cleaner.js"
  },
  "description": "Clear all cache and browser history",
  "icons": {
    "128": "pics/icon.png"
  },
  "manifest_version": 3,
  "permissions": [
    "alarms",
    "background",
    "browsingData",
    "cookies",
    "declarativeNetRequest",
    "notifications",
    "scripting",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls"
  ],
  "version": "2.6",
  "action": {
    "default_title": "Browser Acceleration - Cleaner"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}