Chrome Data Cleaner

Chrome Data Cleaner

Delete your Chrome browsing data simply. Make your Chrome browser faster and Protect your privacy!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "clear.png"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "icons": {
    "16": "clear.png",
    "48": "clear.png",
    "128": "clear.png"
  },
  "version": "1.0",
  "manifest_version": 2,
  "offline_enabled": true,
  "name": "Chrome Data Cleaner",
  "description": "Delete your Chrome browsing data simply. Make your Chrome browser faster and Protect your privacy!",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "webNavigation",
    "webRequest",
    "webRequestBlocking"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}