Protect Specific Tabs From Auto-Unload Firefox

Examine source code of Protect Specific Tabs From Auto-Unload

Inspect and view changes in Protect Specific Tabs From Auto-Unload source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Protect Specific Tabs From Auto-Unload",
  "version": "1.1.0",
  "description": "Keeps matching tabs from being auto-unloaded based on configurable URL patterns.",
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "protect-specific-tabs@example.local",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best Protect Specific Tabs From Auto-Unload Alternatives

Here are some Firefox add-ons that are similar to Protect Specific Tabs From Auto-Unload: