Auto-Fill Registration Form Firefox

Examine source code of Auto-Fill Registration Form

Inspect and view changes in Auto-Fill Registration Form source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto-Fill Registration Form",
  "version": "1.0",
  "description": "Automatically fill TNT SIM Registration forms with saved information",
  "permissions": [
    "storage",
    "*://tntsimregistrationsph.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://tntsimregistrationsph.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{64b64506-8566-454c-bed1-c7da4a330b91}"
    }
  }
}

Best Auto-Fill Registration Form Alternatives

Here are some Firefox add-ons that are similar to Auto-Fill Registration Form: