WebShoot Screenshot Capture Firefox

Examine source code of WebShoot Screenshot Capture

Inspect and view changes in WebShoot Screenshot Capture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "WebShoot Screenshot Capture",
  "description": "Capture visible pages, full-page screenshots, or selected DOM elements as clean PNG files.",
  "version": "0.2.1",
  "action": {
    "default_title": "WebShoot Screenshot Capture",
    "default_popup": "index.html",
    "default_icon": {
      "128": "icons/webshoot-extension.png"
    }
  },
  "icons": {
    "128": "icons/webshoot-extension.png"
  },
  "background": {
    "scripts": [
      "assets/background.js"
    ],
    "type": "module"
  },
  "sidebar_action": {
    "default_title": "WebShoot Screenshot Capture",
    "default_panel": "sidebar.html",
    "default_icon": {
      "128": "icons/webshoot-extension.png"
    }
  },
  "permissions": [
    "activeTab",
    "scripting",
    "downloads",
    "clipboardWrite",
    "contextMenus",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "webshoot@example.com",
      "strict_min_version": "112.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best WebShoot Screenshot Capture Alternatives

Here are some Firefox add-ons that are similar to WebShoot Screenshot Capture: