reload-the-tab-when-error Firefox

Examine source code of reload-the-tab-when-error

Inspect and view changes in reload-the-tab-when-error source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "reload-the-tab-when-error",
  "description": "eg: statusCode: 5xx 4xx",
  "version": "2026.6.13.1",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "reload-the-tab-when-error-addon-20260523@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icons/48.png"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "webNavigation",
    "webRequest",
    "notifications",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_icon": "icons/48.png",
    "show_matches": [
      "<all_urls>"
    ],
    "hide_matches": [
      "*://*.mozilla.org/*"
    ]
  },
  "browser_action": {
    "default_icon": "icons/48.png"
  }
}

Best reload-the-tab-when-error Alternatives

Here are some Firefox add-ons that are similar to reload-the-tab-when-error: