Easy Clean

Easy Clean

Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Easy Clean",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "author": "Raz1ner",
  "version": "1.0.0",
  "action": {
    "default_popup": "html/popup.html",
    "default_icon": "icon/icon.png"
  },
  "icons": {
    "128": "icon/icon.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "cookies",
    "storage",
    "windows",
    "browsingData"
  ],
  "host_permissions": [
    "*://*/*"
  ]
}