Auto Refresher By Softcodix Firefox

Examine source code of Auto Refresher By Softcodix

Inspect and view changes in Auto Refresher By Softcodix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Refresh",
  "version": "1.0.0",
  "description": "Enter a page URL and auto-refresh it at custom time intervals. Add multiple URLs, each with its own refresh timer.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "Auto Refresh",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "auto-refresh@maymarsystems",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best Auto Refresher By Softcodix Alternatives

Here are some Firefox add-ons that are similar to Auto Refresher By Softcodix: