Examine source code of Cache Cleaner

Inspect and view changes in Cache Cleaner source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "author": "Evagoon Inc.",
  "manifest_version": 3,
  "name": "Cache Cleaner",
  "version": "1.1.8",
  "description": "Clear cache with one click and browse fast. Trusted by millions. This extension uses affiliate links for certain websites.",
  "icons": {
    "16": "icon/icon-16.png",
    "48": "icon/icon-48.png",
    "128": "icon/icon-128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "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/*"
      ]
    }
  ],
  "permissions": [
    "browsingData",
    "notifications"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtgb18QAu6ZzDVGDFrAHWCailEQOOES7BEkaCRTYI8XGDtz9JoYSEFOqjMBBJw6fekHRpsiW7yXMN1pPWAsO0FHbQoJMUruCcehLnCXci/YrplTfiUVaqa0BE4YLxyc057ib5XgqPOpGHbYgek71YIm7qDEg/QlMQotiAcwfUlS1+aP1Ac9tKroYomH9ujclrPM1dK8WBs57JVRU/ZIoQsZ2dGNL2qD/KswYKiRRD1b68mTDzuZCEbYRodmk3aY3EXTbYq1cA7+IGtbn5Y077kKzpfBqZmsIAOZgOwRntiNZZWVUreMMDshHOrKbkfpvatSi2srTrQJT4hy8rIhV2TQIDAQAB",
  "update_url": "https://clients2.google.com/service/update2/crx"
}