Blitz Web2PDF Firefox

Examine source code of Blitz Web2PDF

Inspect and view changes in Blitz Web2PDF source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_icon": {
      "64": "icons/icon19.png"
    },
    "default_title": "Blitz Web2PDF",
    "default_popup": "popup.html"
  },
  "description": "Save web pages as PDF free with one click and keep the original structure of the web pages.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "18",
  "name": "Blitz Web2PDF",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "contextMenus",
    "tabs",
    "declarativeNetRequest",
    "downloads",
    "downloads.open"
  ],
  "content_scripts": [
    {
      "css": [
        "css/content.css"
      ],
      "matches": [
        "https://pdfcrowd.com/*"
      ],
      "all_frames": true,
      "run_at": "document_start"
    },
    {
      "js": [
        "jquery-3.4.1.min.js",
        "pdfcrowd.js",
        "content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "version": "11.3",
  "browser_specific_settings": {
    "gecko": {
      "id": "9183c337-f754-5d65-db7d-9ef1801f5dc3@pdfsaver",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ]
}

Best Blitz Web2PDF Alternatives

Here are some Firefox add-ons that are similar to Blitz Web2PDF: