Network Zipper Firefox

Examine source code of Network Zipper

Inspect and view changes in Network Zipper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Network Zipper",
  "version": "0.5.1",
  "description": "Extension that lets you download the network tab in a zip file.",
  "homepage_url": "https://github.com/genizy/network-zipper",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "panel.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "devtools_page": "devtools.html",
  "permissions": [
    "activeTab",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "icon/icon.png",
    "32": "icon/icon.png",
    "48": "icon/icon.png",
    "128": "icon/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "network-zipper@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Network Zipper Alternatives

Here are some Firefox add-ons that are similar to Network Zipper: