Edge Deep Cleaner

Deep clean up your Edge browser and keep it running smoothly all the time!
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "scripts": [
      "Background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "default_locale": "zh_CN",
  "description": "__MSG_description__",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "options_page": "option.html",
  "permissions": [
    "storage",
    "tabs",
    "browsingData",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*"
  ],
  "short_name": "__MSG_short_name__",
  "version": "3.0.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}