Save All Resources Firefox

Examine source code of Save All Resources

By: Hizone Add-on
Inspect and view changes in Save All Resources source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Save All Resources",
  "description": "Automatically captures all resources loaded by any webpage and saves them as a ZIP file",
  "version": "0.0.1",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "512": "icon/512.png"
  },
  "permissions": [
    "activeTab",
    "downloads",
    "webRequest",
    "webNavigation",
    "tabs",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{dcf76b6c-3ee2-4772-8c02-eb15d9838333}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Save All Resources",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Save All Resources Alternatives

Here are some Firefox add-ons that are similar to Save All Resources: