Form Auto Restore Firefox

Examine source code of Form Auto Restore

By: Pijoya
Inspect and view changes in Form Auto Restore source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Form Auto Restore",
  "version": "1.0",
  "description": "Tự động lưu và phục hồi nội dung bạn đang gõ vào form khi reload hoặc mất kết nối.",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "form-auto-restore@example.com"
    }
  }
}

Best Form Auto Restore Alternatives

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