Cache Killer

Cache Killer

Clears the browser cache automatically. On or Off extension by single 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": "Cache Killer",
  "description": "Clears the browser cache automatically. On or Off extension by single click",
  "version": "1.0.14.9",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "incognito": "split",
  "browser_action": {
    "default_icon": "on.png",
    "default_title": "Cache Killer is on"
  },
  "permissions": [
    "tabs",
    "browsingData",
    "identity",
    "storage"
  ],
  "background": {
    "scripts": [
      "f.js",
      "bm.js"
    ]
  }
}