Easy Auto Refresh FREE - random interval

Easy Auto Refresh FREE - random interval

Set the interval in seconds and autorefresher will reload the page with random timing!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "description": "__MSG_appDescription__",
  "homepage_url": "https://www.extensionsforweb.com/",
  "icons": {
    "48": "images/easy-auto-refresh-48x48.png",
    "128": "images/easy-auto-refresh-128x128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "default_locale": "en",
  "page_action": {
    "default_icon": {
      "38": "images/refresh-off-38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Auto Refresh FREE"
  },
  "permissions": [
    "tabs",
    "http://*/",
    "https://*/",
    "notifications"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2"
}