Web Capture Replicator Firefox

Examine source code of Web Capture Replicator

Inspect and view changes in Web Capture Replicator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Web Capture Replicator",
  "version": "1.0.0",
  "description": "Capture DOM, CSS and API data of any web page for replication and export.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "downloads",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "打开捕获面板",
    "default_icon": {
      "16": "icon/icon-16.png",
      "48": "icon/icon-48.png",
      "128": "icon/icon-128.png"
    }
  },
  "side_panel": {
    "default_path": "side-panel/panel.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "side-panel/*",
        "lib/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icon/icon-16.png",
    "48": "icon/icon-48.png",
    "128": "icon/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "web-capture-replicator@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "prompt": "Web Capture Replicator captures data from web pages, including DOM structure, CSS, and API responses. No data is collected, stored, or transmitted outside your browser. All data remains local on your device.",
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Web Capture Replicator Alternatives

Here are some Firefox add-ons that are similar to Web Capture Replicator: