Auto Refresh Extension Firefox

Examine source code of Auto Refresh Extension

제작자: CostasV.
Inspect and view changes in Auto Refresh Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Auto Refresh Extension",
  "version": "2.2.3",
  "description": "Auto refresh selected URLs at any interval you set, with per-URL controls and Refresh Now (Firefox/MV3)",
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "storage",
    "alarms"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@Auto-Refresh-Extension",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "140.0"
    },
    "gecko_android": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "142.0"
    }
  }
}

최고의 Auto Refresh Extension 대안

다음은 Auto Refresh Extension과(와) 유사한 Firefox add-on입니다: