Ultimate Auto History Cleaner

Ultimate Auto History Cleaner

Ultimate Auto History Cleaner keeps your chrome information safe by removing browsing data for you automatically.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "/js/bg-worker.js"
  },
  "description": "Ultimate Auto History Cleaner keeps your chrome information safe by removing browsing data for you automatically.",
  "default_locale": "en",
  "homepage_url": "https://www.saxsos.xyz",
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "manifest_version": 3,
  "name": "Ultimate Auto History Cleaner",
  "offline_enabled": true,
  "options_page": "options.html",
  "permissions": [
    "activeTab",
    "storage",
    "browsingData",
    "cookies"
  ],
  "short_name": "Auto Cleaner",
  "version": "3.0.1",
  "web_accessible_resources": [
    {
      "resources": [
        "img/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "38": "img/icon_38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Ultimate Auto History Cleaner"
  }
}