Examine source code of Click&Clean

Inspect and view changes in Click&Clean 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
{
  "background": {
    "service_worker": "esw901.js"
  },
  "action": {
    "default_icon": {
      "16": "fimg901/16.png",
      "19": "fimg901/19.png",
      "24": "fimg901/24.png",
      "32": "fimg901/32.png",
      "48": "fimg901/48.png"
    },
    "default_popup": "emenu901.html",
    "default_title": "__MSG_extTitle__"
  },
  "content_scripts": [
    {
      "js": [
        "fjs901/ecs901.js"
      ],
      "matches": [
        "https://www.hotcleaner.com/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'none';script-src 'self';style-src 'self';img-src 'self' https:;connect-src https://api64.com/ https://clients2.google.com http://localhost:27077;frame-ancestors https://www.hotcleaner.com/;report-uri https://appn.center/apiv1/csp;"
  },
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "fimg901/16.png",
    "32": "fimg901/32.png",
    "48": "fimg901/48.png",
    "128": "fimg901/128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC2wKcGteJlgosy0graCpxoEMU5/pI6Hh7cwevlKD6p2ArKQpRuR0gFkbbRHpbNOCf8P9N/Yx3Od/DTeECouc/6uiB2o/pq/Ee1c1n1pMguoI3QCx4UjkAF7b58TwgffjFUoJ37JOAkigTnIOWHc2LLJ4x7LEXBTnix8N5rEpzwjQIDAQAB",
  "manifest_version": 3,
  "minimum_chrome_version": "115.0",
  "name": "__MSG_extName__",
  "options_page": "ecleaner901.html",
  "options_ui": {
    "page": "eoptions901.html"
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "permissions": [
    "tabs",
    "browsingData",
    "history",
    "cookies",
    "scripting",
    "storage",
    "contextMenus"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "9.8.2.0",
  "web_accessible_resources": [
    {
      "resources": [
        "ehistory901.html",
        "ecache901.html",
        "ecookies901.html"
      ],
      "matches": [
        "https://www.hotcleaner.com/*"
      ]
    }
  ]
}