PersonaPoison Firefox

Examine source code of PersonaPoison

By: x4d1 Add-on
Inspect and view changes in PersonaPoison source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PersonaPoison",
  "version": "1.0.0",
  "description": "High-entropy telemetry corruption engine designed to neutralize behavioral tracking algorithms.",
  "browser_specific_settings": {
    "gecko": {
      "id": "personapoison@x4d1.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_title": "PersonaPoison Dashboard"
  }
}

Best PersonaPoison Alternatives

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