AutofillGoogleForms Firefox

Examine source code of AutofillGoogleForms

By: Tim
Inspect and view changes in AutofillGoogleForms source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AGF",
  "version": "1.0",
  "description": "Autofill Google Forms",
  "icons": {
    "48": "icons/agf.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ba45f2dc-3eef-4b5b-9de8-5221ea538775}"
    }
  },
  "permissions": [
    "storage",
    "https://docs.google.com/forms/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://docs.google.com/forms/*"
      ],
      "js": [
        "main.js"
      ],
      "css": [
        "main.css"
      ]
    }
  ]
}

Best AutofillGoogleForms Alternatives

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