Cache Cleaner

Cache Cleaner

Clear cache with one click and browse fast. Trusted by million.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Evagoon Inc.",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "tab-icon.png",
    "default_title": "Clear Cache"
  },
  "content_scripts": [
    {
      "js": [
        "js/hello13.js"
      ],
      "matches": [
        "https://www.gearbest.com/*"
      ]
    },
    {
      "js": [
        "js/hello9.js"
      ],
      "matches": [
        "*://www.healthkart.com/*"
      ]
    },
    {
      "js": [
        "js/hello5.js"
      ],
      "matches": [
        "*://www.aliexpress.com/*"
      ]
    },
    {
      "js": [
        "js/hello3.js"
      ],
      "matches": [
        "*://www.amazon.com/*"
      ]
    },
    {
      "js": [
        "js/hello2.js"
      ],
      "matches": [
        "*://www.amazon.in/*"
      ]
    },
    {
      "js": [
        "js/hello1.js"
      ],
      "matches": [
        "*://www.flipkart.com/*"
      ]
    }
  ],
  "description": "Clear cache with one click and browse fast. Trusted by million.",
  "icons": {
    "16": "icon/icon-16.png",
    "48": "icon/icon-48.png",
    "128": "icon/icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtgb18QAu6ZzDVGDFrAHWCailEQOOES7BEkaCRTYI8XGDtz9JoYSEFOqjMBBJw6fekHRpsiW7yXMN1pPWAsO0FHbQoJMUruCcehLnCXci/YrplTfiUVaqa0BE4YLxyc057ib5XgqPOpGHbYgek71YIm7qDEg/QlMQotiAcwfUlS1+aP1Ac9tKroYomH9ujclrPM1dK8WBs57JVRU/ZIoQsZ2dGNL2qD/KswYKiRRD1b68mTDzuZCEbYRodmk3aY3EXTbYq1cA7+IGtbn5Y077kKzpfBqZmsIAOZgOwRntiNZZWVUreMMDshHOrKbkfpvatSi2srTrQJT4hy8rIhV2TQIDAQAB",
  "manifest_version": 2,
  "name": "Cache Cleaner",
  "permissions": [
    "*://*/*",
    "browsingData"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.6"
}