SimpleFill - Autofill Forms Firefox

Examine source code of SimpleFill - Autofill Forms

By: Softal
Inspect and view changes in SimpleFill - Autofill Forms source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SimpleFill - Autofill Forms",
  "description": "Browser extension that fills out forms with smart auto-suggestions in dropdowns and right-click menu.",
  "version": "3.1.1",
  "icons": {
    "16": "assets/icon-16.png",
    "48": "assets/icon-48.png",
    "128": "assets/icon-128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "contextMenus",
    "activeTab",
    "*://*/*"
  ],
  "page_action": {},
  "options_page": "options.html",
  "web_accessible_resources": [
    "assets/autocomplete.css"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "jid1-D8dVug3d0bbing@jetpack"
    }
  }
}

Best SimpleFill - Autofill Forms Alternatives

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