Auto Reload Tab New Firefox

Examine source code of Auto Reload Tab New

Inspect and view changes in Auto Reload Tab New source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Auto Reload Tab",
  "version": "1.0",
  "description": "Automatically reload the current tab every X seconds.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "icons": {
    "128": "icon.png"
  },
  "action": {
    "default_title": "Auto Reload Tab",
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icon.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{489783fc-8c3e-461a-994d-c78da61f535a}",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Auto Reload Tab New Alternatives

Here are some Firefox add-ons that are similar to Auto Reload Tab New: