Upload file from URL Firefox

Examine source code of Upload file from URL

Inspect and view changes in Upload file from URL source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Upload files directly from a URL, without needing to have them on your computer!",
  "version": "1.2.1",
  "name": "Upload file from URL",
  "permissions": [
    "<all_urls>"
  ],
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "public/icon.png"
  },
  "icons": {
    "128": "public/icon.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+U"
      }
    }
  },
  "web_accessible_resources": [
    "public/**/*.png",
    "public/**/*.jpg",
    "public/*.woff2"
  ],
  "manifest_version": 2
}

Best Upload file from URL Alternatives

Here are some Firefox add-ons that are similar to Upload file from URL: