Classic Cache Killer

Classic Cache Killer

Back in Web Store! Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Classic Cache Killer",
  "version": "2.2",
  "manifest_version": 2,
  "description": "Back in Web Store! Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "name": "Cache Killer",
    "title": "Cache Killer disabled",
    "default_icon": "icon-off.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "options_page": "options.html",
  "incognito": "split",
  "minimum_chrome_version": "19.0.1028.0",
  "offline_enabled": false,
  "content_security_policy": "script-src 'self' 'unsafe-eval';object-src 'self';",
  "permissions": [
    "browsingData",
    "<all_urls>",
    "webRequest"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}