Clear history, cache and cookies for Chrome ™

Clear history, cache and cookies for Chrome ™

Clear history, cache and cookies in one click. Make Chrome browser go fast! - Browser cleaner

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",
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "/js/Global.js"
      ],
      "matches": [
        "https://*.facebook.com/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "/js/background.js"
    ]
  },
  "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": "3.3"
}