File Upload Alert Firefox

Examine source code of File Upload Alert

By: harsh
Inspect and view changes in File Upload Alert source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "File Upload Alert",
  "version": "1.1",
  "description": "Alerts users when a file upload is detected on any website.",
  "permissions": [
    "notifications",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons.svg"
  },
  "icons": {
    "16": "icons.svg",
    "48": "icons.svg",
    "128": "icons.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3829dda9-4b34-4dbb-83e5-a70aeed0bd0b}"
    }
  }
}

Best File Upload Alert Alternatives

Here are some Firefox add-ons that are similar to File Upload Alert: