Disable history Firefox

Examine source code of Disable history

Inspect and view changes in Disable history source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Disable history",
  "description": "Disable local history. Does not disable cookies, forms or downloads.",
  "version": "1.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "enabled.png"
  },
  "permissions": [
    "*://*/*",
    "history"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@disablehistory",
      "strict_min_version": "79.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Disable history Alternatives

Here are some Firefox add-ons that are similar to Disable history: