Refresh Web Page Regularly Firefox

Examine source code of Refresh Web Page Regularly

By: volta
Inspect and view changes in Refresh Web Page Regularly source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "24min",
  "name": "__MSG_name__",
  "version": "0.0.0.3",
  "manifest_version": 2,
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "icons/icon.png",
    "32": "icons/icon.png",
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_popup": "popup/index.html",
    "default_icon": "icons/icon.png",
    "default_title": "__MSG_name__"
  },
  "background": {
    "scripts": [
      "bg/store.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle",
      "js": [
        "utils/tools.js",
        "content/refreshConfigPage.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "icons/*.png"
  ],
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "alarms"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{674d3074-3de8-4447-b288-0460d32b1688}"
    }
  }
}

Best Refresh Web Page Regularly Alternatives

Here are some Firefox add-ons that are similar to Refresh Web Page Regularly: