Easy Refresh Firefox

Examine source code of Easy Refresh

Inspect and view changes in Easy Refresh source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Easy Refresh",
  "version": "1.0.0",
  "description": "Elegantly refresh pages on your schedule. Custom intervals, random timing, cache clearing, multi-tab refresh, and more.",
  "permissions": [
    "storage",
    "tabs",
    "alarms",
    "activeTab",
    "browsingData"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Easy Refresh",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "96": "icons/icon96.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "labs@elesari.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Easy Refresh Alternatives

Here are some Firefox add-ons that are similar to Easy Refresh: