Auto Page Reloader Firefox

Examine source code of Auto Page Reloader

Inspect and view changes in Auto Page Reloader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Page Reloader",
  "version": "1.0",
  "description": "Tự động tải lại trang sau một khoảng thời gian nhất định.",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Auto Page Reloader"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7e41ba0e-7b28-4683-aa60-80906c38fa36}"
    }
  }
}

Best Auto Page Reloader Alternatives

Here are some Firefox add-ons that are similar to Auto Page Reloader: