Reload Tabs - Delayed Firefox

Examine source code of Reload Tabs - Delayed

By: Dave
Inspect and view changes in Reload Tabs - Delayed source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reload Tabs - Delayed",
  "version": "5.1",
  "description": "Reload all tabs.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Reload All Tabs",
    "default_icon": {
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "reloadonstart@example.com",
      "strict_min_version": "79.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Reload Tabs - Delayed Alternatives

Here are some Firefox add-ons that are similar to Reload Tabs - Delayed: