GoFullPage - Full Page Screen Capture Firefox

Examine source code of GoFullPage - Full Page Screen Capture

Inspect and view changes in GoFullPage - Full Page Screen Capture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "content_scripts": [
    {
      "matches": [
        "*://addonx.net/thisshot"
      ],
      "run_at": "document_end",
      "js": [
        "libs/jquery-3.5.1.min.js",
        "libs/jspdf.min.js",
        "libs/markerjs2.js",
        "js/loader.js"
      ]
    },
    {
      "all_frames": false,
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "libs/jquery-3.5.1.min.js",
        "js/content-script.js",
        "js/content-shot.js"
      ],
      "exclude_globs": [
        "*//addonx.net/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{184ffc14-0ac8-45db-8b7f-bb6cb9c1ac3e}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "description": "Capture entire web pages as one image. Full page screenshot, scroll capture, save PNG or PDF, annotate, and share long pages in one ",
  "default_locale": "en",
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://addonx.net/*"
      ],
      "resources": [
        "bootstrap-5.2.3-dist/css/bootstrap.min.css",
        "bootstrap-5.2.3-dist/icons/bootstrap-icons.css",
        "bootstrap-5.2.3-dist/icons/fonts/bootstrap-icons.woff2",
        "bootstrap-5.2.3-dist/icons/fonts/bootstrap-icons.woff"
      ]
    }
  ],
  "manifest_version": 3,
  "host_permissions": [
    "http://addonx.net/*",
    "https://addonx.net/*",
    "https://*/*",
    "http://*/*",
    "*://*/*"
  ],
  "version": "5.1.1",
  "background": {
    "scripts": [
      "worker.js"
    ]
  },
  "action": {
    "default_title": "__MSG_manifest_browser_action__",
    "default_icon": {
      "16": "img/icon-16.png",
      "48": "img/icon-48.png",
      "128": "img/icon-128.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage",
    "activeTab",
    "scripting",
    "declarativeNetRequest"
  ],
  "name": "__MSG_manifest_name__"
}

Best GoFullPage - Full Page Screen Capture Alternatives

Here are some Firefox add-ons that are similar to GoFullPage - Full Page Screen Capture: