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
{
  "name": "GoFullPage - Full Page Screen Capture",
  "version": "8.8.1",
  "manifest_version": 3,
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "action": {
    "default_icon": "images/icon-999.png",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+P"
      }
    }
  },
  "background": {
    "scripts": [
      "js/background/index.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://gofullpage.com/*",
        "https://www.gofullpage.com/*"
      ],
      "js": [
        "js/announce/index.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "firefox@gofullpage.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "unlimitedStorage"
  ],
  "optional_permissions": [
    "downloads",
    "webNavigation"
  ],
  "optional_host_permissions": [
    "<all_urls>",
    "file://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "p/*"
      ],
      "matches": [
        "*://*.gofullpage.com/*"
      ]
    }
  ],
  "icons": {
    "16": "images/icon16-999.png",
    "48": "images/icon48-999.png",
    "128": "images/icon128-999.png"
  }
}

Best GoFullPage - Full Page Screen Capture Alternatives

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