Automatically reload a page. Configure how often each page reloads and see a count-down until the next load.** Features **
1. Automatically reload your page by time interval.
2. Activate re-loader with default interval through keyboard hot-key (Ctrl+Alt+R or Ctrl+Alt+F5)
3. Auto detect key press / mouse click by user and delay reload when necessary.
By default the hot-key is disabled. Please go to option page to enable the hot-key by setting a default interval.
** Q&A **
1. Is it possible to keep refreshing until key pressed?
The timer is reset when the page is reloaded, so the page will keep reloading until you manually cancel the timer on the page.
2. Why does this extension require permission to "Read and change all data on websites you visit"?
The extension append a JavaScript file to page on load so that key press can be captured for the reload by hotkey function. To achieve this, the mentioned permission is required. It does nothing else than what required by extension functions.
------------------------------
Release notes:
v1.1.1
Bug fix on "Never" option not working.
v1.1.0
New logo.
User interface improvement.
Delay reload on user key press / mouse click only when next reload is within 60 seconds.
v1.0.2
Minor update on code to meet latest Google requirement.
v1.0.1
Bug fix on hot-key Ctrl+Alt+F5 not working.