Multiple PDFs Downloader - Download Bulk PDF Files Firefox

Examine source code of Multiple PDFs Downloader - Download Bulk PDF Files

By: SQ
Inspect and view changes in Multiple PDFs Downloader - Download Bulk PDF Files source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bulk PDF Downloader",
  "version": "1.2",
  "description": "Download all PDF files linked on a webpage with a single click.",
  "permissions": [
    "activeTab",
    "tabs",
    "downloads",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icon.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "icons": {
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "bulk-pdf-downloader@sohaib",
      "strict_min_version": "109.0"
    }
  }
}

Best Multiple PDFs Downloader - Download Bulk PDF Files Alternatives

Here are some Firefox add-ons that are similar to Multiple PDFs Downloader - Download Bulk PDF Files: