Auto Save Pages Firefox

Examine source code of Auto Save Pages

By: Muteb
Inspect and view changes in Auto Save Pages source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Mutex Save html",
  "version": "1.0",
  "description": "Smart HTML AUTO SAVE",
  "manifest_version": 2,
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "webNavigation",
    "tabs",
    "activeTab",
    "downloads"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "muteb.ali.asiri@gmail.com"
    }
  }
}

Best Auto Save Pages Alternatives

Here are some Firefox add-ons that are similar to Auto Save Pages: