History Cleaner for Firefox

History Cleaner for Firefox

Clears the Firefox browser history automatically on browser start. You can also schedule to clear Firefox history periodically.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "lib/firefox.js",
      "lib/config.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "32": "data/icons/icon-32.png",
      "38": "data/icons/icon-38.png",
      "128": "data/icons/icon-128.png",
      "512": "data/icons/icon-512.png"
    },
    "default_popup": "data/interface/index.html?popup",
    "default_title": "History Cleaner for Firefox"
  },
  "icons": {
    "32": "data/icons/icon-32.png",
    "38": "data/icons/icon-38.png",
    "128": "data/icons/icon-128.png",
    "512": "data/icons/icon-512.png"
  },
  "homepage_url": "https://www.downloadhub.cloud/2023/02/History.html",
  "description": "Clears the Firefox browser history automatically on browser start. You can also schedule to clear Firefox history periodically.",
  "manifest_version": 2,
  "name": "History Cleaner for Firefox",
  "permissions": [
    "browsingData",
    "storage"
  ],
  "version": "1.0.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "{6925a2e2-9374-4496-83b0-428fbac82d1f}"
    }
  }
}