ReloadMatic: Automatic Tab Refresh Firefox

Examine source code of ReloadMatic: Automatic Tab Refresh

By: pylo
Inspect and view changes in ReloadMatic: Automatic Tab Refresh source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ReloadMatic",
  "version": "1.7.1resigned1",
  "author": "Karoly Pados",
  "applications": {
    "gecko": {
      "id": "0.id@reloadmatic.webex",
      "strict_min_version": "53.0"
    }
  },
  "description": "Automates periodic reloading of browser tabs.",
  "icons": {
    "32": "icon.svg",
    "48": "icon.svg",
    "64": "icon.svg",
    "96": "icon.svg",
    "128": "icon.svg"
  },
  "permissions": [
    "<all_urls>",
    "alarms",
    "menus",
    "tabs",
    "sessions",
    "webRequest",
    "webNavigation",
    "history",
    "storage",
    "notifications"
  ],
  "options_ui": {
    "page": "pages/options.html",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "parseUri.js",
      "create-menus.js",
      "reloadmatic.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ]
}

Best ReloadMatic: Automatic Tab Refresh Alternatives

Here are some Firefox add-ons that are similar to ReloadMatic: Automatic Tab Refresh: