Offline Page Saver Firefox

Examine source code of Offline Page Saver

By: 789club
Inspect and view changes in Offline Page Saver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Offline Page Saver",
  "version": "1.0",
  "description": "Saves entire web pages for offline viewing, with options to exclude ads.",
  "permissions": [
    "activeTab",
    "downloads",
    "storage",
    "webNavigation"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Offline Page Saver"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f2a926c7-72be-45f9-9db6-04aabb3f5027}"
    }
  }
}

Best Offline Page Saver Alternatives

Here are some Firefox add-ons that are similar to Offline Page Saver: