Clear history, cache and cookies for Chrome ™

Clear history, cache and cookies for Chrome ™

Clear cache, Chrome browsing history and cookies with a easy click of a button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "permissions": [
    "browsingData"
  ],
  "browser_action": {
    "default_icon": "128.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "offline_enabled": true,
  "manifest_version": 2,
  "version": "1.0"
}