SPF - Strict Page Freezer Firefox

Examine source code of SPF - Strict Page Freezer

Inspect and view changes in SPF - Strict Page Freezer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SPF - Strict Page Freezer",
  "version": "1.0.0",
  "description": "Freeze dynamic updates on the current page by overriding reloads, timers and network calls.",
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{57c294bc-07e7-49c3-92fb-feddb5267ba7}",
      "strict_min_version": "119.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Strict Page Freezer",
    "default_icon": {
      "64": "icon64.png",
      "128": "icon128.png"
    }
  },
  "web_accessible_resources": [
    "toggle-freeze.js"
  ]
}

Best SPF - Strict Page Freezer Alternatives

Here are some Firefox add-ons that are similar to SPF - Strict Page Freezer: