ForgetMe Firefox

Examine source code of ForgetMe

By: Etsi0
Inspect and view changes in ForgetMe source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ForgetMe",
  "version": "1.0.20260320",
  "description": "ForgetMe automatically removes history based on user-defined filters",
  "permissions": [
    "tabs",
    "storage",
    "history",
    "cookies",
    "browsingData",
    "unlimitedStorage"
  ],
  "action": {
    "default_popup": "./src/popup/index.html",
    "default_icon": {
      "16": "./ForgetMe - 16.png",
      "32": "./ForgetMe - 32.png",
      "64": "./ForgetMe - 64.png",
      "128": "./ForgetMe - 128.png",
      "256": "./ForgetMe - 256.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "addon@phadonia.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "background": {
    "scripts": [
      "./src/background.js"
    ],
    "type": "module"
  },
  "icons": {
    "16": "./ForgetMe - 16.png",
    "32": "./ForgetMe - 32.png",
    "64": "./ForgetMe - 64.png",
    "128": "./ForgetMe - 128.png",
    "256": "./ForgetMe - 256.png"
  }
}

Best ForgetMe Alternatives

Here are some Firefox add-ons that are similar to ForgetMe: