Strict Page Freezer Firefox

Examine source code of Strict Page Freezer

Inspect and view changes in 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": "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": "{504fb53d-05cf-45bb-9b33-d5bac670044f}",
      "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 Strict Page Freezer Alternatives

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