Autosave8n Firefox

Examine source code of Autosave8n

Inspect and view changes in Autosave8n source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Autosave8n",
  "manifest_version": 2,
  "version": "0.2.1",
  "icons": {
    "64": "image/logo.png"
  },
  "description": "Autosave for N8N",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "64": "image/logo.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "autosave8n.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "animation.gif"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "autosave8n@devitbash.com"
    }
  }
}

Best Autosave8n Alternatives

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