Private History Filter Firefox

Examine source code of Private History Filter

Inspect and view changes in Private History Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Private History Filter",
  "version": "1.0",
  "description": "Automatically removes matching URLs from browser history as they are visited",
  "permissions": [
    "history",
    "storage"
  ],
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "private-history-filter@github.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "126.0"
    }
  }
}

Best Private History Filter Alternatives

Here are some Firefox add-ons that are similar to Private History Filter: