VA Autofill Firefox

Examine source code of VA Autofill

Inspect and view changes in VA Autofill source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Vatican Ticket Autofill",
  "description": "Auto-fills the Vatican Museums checkout up to the payment page. The captcha and the actual payment always stay manual.",
  "version": "0.7.5",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "contextualIdentities",
    "cookies",
    "webNavigation",
    "*://tickets.museivaticani.va/*",
    "*://epay.catholica.va/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "vatican-ticket-autofill@va-ticket-tracker",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Vatican Autofill",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://epay.catholica.va/*"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/epay.js"
      ]
    },
    {
      "matches": [
        "*://tickets.museivaticani.va/*"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/vatican.js"
      ]
    }
  ]
}

Best VA Autofill Alternatives

Here are some Firefox add-ons that are similar to VA Autofill: