Clear History & Web Cache

Clear History & Web Cache

Clear your browser history, cache and cookies for Google Chrome in just one click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "description": "__MSG_app_description__",
  "short_name": "history & web cache cleaner",
  "version": "3.0.1",
  "default_locale": "en",
  "offline_enabled": true,
  "homepage_url": "https://history-and-cache-clean.freefinancetools.net",
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "action": {
    "default_icon": {
      "38": "img/icon_38.png"
    },
    "default_title": "__MSG_app_name__",
    "default_popup": "ui/popup.html"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "options_page": "ui/options.html",
  "permissions": [
    "activeTab",
    "storage",
    "browsingData",
    "cookies",
    "scripting"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}