FormEase-v1 Firefox

Examine source code of FormEase-v1

By: Subham
Inspect and view changes in FormEase-v1 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Browser Auto-Fill Extension",
  "version": "1.0.0",
  "description": "Automatically fill web forms using data from locally uploaded files (.txt, .json, or .csv). Operates entirely locally for complete privacy.",
  "permissions": [
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Auto-Fill Forms",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    }
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "content.css",
    "upload.html",
    "upload.js",
    "fileParser.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{846f3eaa-2f3b-4758-8fb2-3bed4ab9873c}"
    }
  }
}

Best FormEase-v1 Alternatives

Here are some Firefox add-ons that are similar to FormEase-v1: