PartFinder cookie handler Firefox

Examine source code of PartFinder cookie handler

By: vdl
Inspect and view changes in PartFinder cookie handler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PartFinder cookie handler",
  "description": "Allows to set cookies for autologin to sites",
  "version": "1.4resigned1",
  "content_scripts": [
    {
      "matches": [
        "http://3priedez.net/partfinder/red.php*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "bg.js"
    ],
    "persistent": false
  },
  "applications": {
    "gecko": {
      "id": "partfinder@3priedez.net",
      "strict_min_version": "42.0"
    }
  },
  "icons": {
    "128": "engine.png"
  },
  "permissions": [
    "cookies",
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}

Best PartFinder cookie handler Alternatives

Here are some Firefox add-ons that are similar to PartFinder cookie handler: