Network Zipper Firefox

Examine source code of Network Zipper

제작자: sealiee1
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"
        ]
      }
    }
  }
}

최고의 Network Zipper 대안

다음은 Network Zipper과(와) 유사한 Firefox add-on입니다: