FormAutoFill Firefox

Examine source code of FormAutoFill

By: Bee Add-on
Inspect and view changes in FormAutoFill source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "フォーム自動入力ツール",
  "version": "1.1.0",
  "description": "フォーム営業時に、登録した情報を自動でフォームに入力します",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "contextMenus",
    "https://extensionpay.com/*"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'; connect-src https://extensionpay.com",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "ExtPay.js",
        "content.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://extensionpay.com/*"
      ],
      "js": [
        "ExtPay.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "ExtPay.js",
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/icon48.png"
  },
  "web_accessible_resources": [
    "popup.html",
    "popup.css",
    "popup.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "form-autofill@example.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best FormAutoFill Alternatives

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