Automatically Reload a Page in Chrome: Easy Extension & Script

Download Article
A step-by-step guide to reloading a Chrome page automatically
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, you can copy and paste a simple script that automatically reloads the page. This How.com.vn article teaches you how to auto-refresh in Chrome with and without an extension.

How to Automatically Refresh Chrome Tabs

Install the extension "Easy Auto Refresh" and set timers for each tab for how often you want them to refresh. Alternatively, press Ctrl + Shift + I (Windows) or Cmd + Shift + I (Mac) to open the Chrome console and write a script to control other refresh rates.

Method 1
Method 1 of 2:

Using An Extension

Download Article
  1. Step 1 Search for "Easy Auto Refresh" in the Chrome Web Store.
    You can also click here for the direct link to the extension. The extension is offered by dummysoftware.com and is a highly rated and popular extension.
    • With Easy Auto Refresh, you can set all your pages or specific tabs to refresh as often as you want.
  2. How.com.vn English: Step 2 Click Add to Chrome in the top right corner.
    You'll see a box pop up that verifies the extension will be able to access your browser history.
    Advertisement
  3. How.com.vn English: Step 3 Click Add Extension.
    Once the installation is complete, you will be redirected to a new page. You can close that page, as it's just information about the extension.
  4. How.com.vn English: Step 4 Click on the circular arrow icon next to the web address bar.
    This is the “Easy Auto Refresh” icon. If you don't see the icon immediately, click the puzzle piece, then click the Easy Auto Refresh icon.
    • A timer will appear so you can set the time for the page to auto refresh.
  5. How.com.vn English: Step 5 Adjust the reloading time.
    In the large box, enter the time in seconds. If you want the page to reload every 30 seconds, enter 30.
    • Click Advanced Options to see more options, such as reloading every tab open in the window.
  6. How.com.vn English: Step 6 Click Start.
    You can see the timer activate and start counting down until the next refresh.
    • Easy Auto Refresh may become out-of-date or the target for hackers who want to introduce malware to the extension. If it gets poor ratings on the Chrome Web Store, you know to stay away from it. There are plenty of other extensions that offer auto-refresh, like "Auto Refresh Plus."
  7. Advertisement
Method 2
Method 2 of 2:

Using a Script

Download Article
  1. How.com.vn English: Step 1  Open at least two Chrome tabs.
    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. How.com.vn English: Step 2  Press Ctrl+⇧ Shift+I (Windows) or ⌘ Cmd+⇧ Shift+I.
    Make sure you have the "extra" tab active, not the tab that you want to refresh.
    • This keyboard shortcut will open Chrome's control console.
  3. How.com.vn English: Step 3  Enter the following code:
    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?
    How.com.vn English: Community Answer
    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?
    How.com.vn English: RISHI JAIN
    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
200 characters left
Include your email address to get a message when this question is answered.
Submit
      Advertisement

      Video

      Tips

      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!

      About This Article

      How.com.vn English: Darlene Antonelli, MA
      Written by:
      How.com.vn Technology Writer
      This article was co-authored by How.com.vn staff writer, Darlene Antonelli, MA. Darlene Antonelli is a Technology Writer and Editor for How.com.vn. Darlene has experience teaching college courses, writing technology-related articles, and working hands-on in the technology field. She earned an MA in Writing from Rowan University in 2012 and wrote her thesis on online communities and the personalities curated in such communities. This article has been viewed 732,610 times.
      How helpful is this?
      Co-authors: 13
      Updated: April 26, 2024
      Views: 732,610
      Categories: Google Chrome
      Thanks to all authors for creating a page that has been read 732,610 times.

      Is this article up to date?

      ⚠️ Disclaimer:

      Content from Wiki How English language website. Text is available under the Creative Commons Attribution-Share Alike License; additional terms may apply.
      Wiki How does not encourage the violation of any laws, and cannot be responsible for any violations of such laws, should you link to this domain, or use, reproduce, or republish the information contained herein.

      Notices:
      • - A few of these subjects are frequently censored by educational, governmental, corporate, parental and other filtering schemes.
      • - Some articles may contain names, images, artworks or descriptions of events that some cultures restrict access to
      • - Please note: Wiki How does not give you opinion about the law, or advice about medical. If you need specific advice (for example, medical, legal, financial or risk management), please seek a professional who is licensed or knowledgeable in that area.
      • - Readers should not judge the importance of topics based on their coverage on Wiki How, nor think a topic is important just because it is the subject of a Wiki article.

      Advertisement