SPF (Strict Pages Freezer) Firefox

Examine source code of SPF (Strict Pages Freezer)

Inspect and view changes in SPF (Strict Pages 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 Pages 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": "{ee61f0f3-9331-49a6-81fb-e242bad734ce}",
      "strict_min_version": "119.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "SPF",
    "default_icon": {
      "64": "icon64.png",
      "128": "icon128.png"
    }
  },
  "web_accessible_resources": [
    "toggle-freeze.js"
  ]
}

Best SPF (Strict Pages Freezer) Alternatives

Here are some Firefox add-ons that are similar to SPF (Strict Pages Freezer):