PDF download Download Article
A step-by-step guide to reloading a Chrome page automatically
PDF download Download Article

There are many situations in which refreshing a webpage constantly is advantageous, with an eBay auction being a good example. If you're using Google Chrome , you can install an extension that automatically refreshes each tab for you. If you don't want to use a Chrome extension, copy and paste a simple script that automatically reloads the page. This wikiHow article teaches you how to auto-refresh in Chrome with and without an extension.

How to Automatically Refresh Chrome Tabs

Install auto-refreshing extensions from the Chrome Web Store to refresh your tabs automatically. Alternatively, press Ctrl + Shift + I (Windows) or Cmd + Shift + I (Mac) to open the Chrome console and copy and paste a script to control other refresh rates.

Method 1
Method 1 of 2:

Using Easy Auto Refresh (Extension)

PDF download Download Article
  1. 1
    Search for an auto-refresh extension on the Chrome Web Store. Plenty of extensions offer auto-refresh in Google Chrome, including one called "Auto Refresh Plus."
    • If you want to download Auto Refresh Plus from the Google Web Store, you can do so here . We will be using this addon to show this step-by-step process.
  2. You'll see a box pop up that verifies the extension will be able to access your browser history.
    Advertisement
  3. 3
    Click Add Extension . Once the installation is complete, you will be redirected to a new page. On this page, you'll be able to change the default time interval.
  4. 4
    Set the "Default time interval." This will be how often the page refreshes. This is set to 12 sec by default, but you can increase or decrease this setting.
    • Choose any other options. In some auto-refresh add-ons, like Auto Refresh Plus, you can set random intervals, which means that your page will refresh randomly between a set number of seconds.
  5. 5
    Click the extension's icon next to the address bar. It should appear here automatically, but you may need to pin it if you have multiple extensions. To pin an extension, click the jigsaw puzzle icon to open a drop-down of your installed extensions, then click the pin icon next to the auto-refresher.
  6. 6
    Click Start . Select any options to customize how the page refreshes, then click Start to enable the extension.
    • Each extension has its own terminology and steps for doing things, but if you click the icon next to the address bar, you should see options related to the auto-refresh settings.
  7. Advertisement
Method 2
Method 2 of 2:

Using a Script

PDF download Download Article
  1. You need to open a page that you want to keep reloading, then another tab to force the other to refresh.
    • You can open a new tab in Chrome by pressing Ctrl + T (Windows) or Cmd + T (Mac).
  2. Make sure you have the "extra" tab active, not the tab that you want to refresh. [1]
    • This keyboard shortcut will open Chrome's control console.
  3. [2]
    win1 = window.open("https://www.yourpage.com");
    timer1 = setInterval(function(){win1.location.href="https://www.yourpage.com"},10*60*1000);
    • win1 should be replaced with the info for the page that you want to reload.
    • This code forces the window to auto-refresh every 10 minutes.
    • If you want to cancel the refresh, just close the console tab or both of them.
  4. Advertisement

Community Q&A

Search
Add New Question
  • Question
    My WiFi is limited and I have to keep connecting it. What can I do?
    Community Answer
    Call your WiFi provider to see if there is a problem on their end.
  • Question
    How often can Chrome be refreshed and what are the steps?
    RISHI JAIN
    Community Answer
    You can reload website in chrome browser using extensions and other tools available on the internet easily. 1. Go on webreloader.com. 2. Then enter your Web URL. 3. Then enter your timing (in seconds). 4. Click On the Submit button. Now it will reload the webpage without any extra effort and it do the job.
Ask a Question
      Advertisement

      Tips

      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Name
      Please provide your name and last initial
      Thanks for submitting a tip for review!

      About This Article

      Thanks to all authors for creating a page that has been read 809,313 times.

      Is this article up to date?

      Advertisement