History Sweep

History Sweep

Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "bg.js"
    ]
  },
  "description": "Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "storage",
    "browsingData"
  ],
  "version": "9.8.7",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "History Sweep",
  "offline_enabled": true,
  "optional_permissions": [
    "downloads",
    "contentSettings"
  ],
  "options_page": "options.html"
}