Easy Cleaner

Easy Cleaner

Clean all the browser data in one click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Easy Cleaner",
  "description": "Clean all the browser data in one click",
  "version": "0.2.1",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": "icon_46_2.png",
    "default_popup": "popup.html",
    "default_title": "Clean all browser history data in one click"
  },
  "options_page": "options.html",
  "minimum_chrome_version": "31",
  "offline_enabled": true,
  "permissions": [
    "browsingData",
    "activeTab",
    "<all_urls>",
    "storage",
    "downloads",
    "history",
    "cookies"
  ]
}