Auto refresh page

This extension will refresh page automatically.

What is Auto refresh page?

Auto refresh page is a Chrome extension developed by https://softpulseinfotech.com, and its main feature is "This extension will refresh page automatically.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Auto refresh page Extension CRX File

Download Auto refresh page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Want to refresh web pages or tabs automatically? Install the Auto Refresh chrome extension that reloads web pages automatically after some time or a selected time.


This extension benefits all users who need to automatically refresh and reloads any page or tab after a specific time interval. Only you have to select the time frame and click on "Save." You can choose time intervals in seconds, minutes, and hours. And stop after the number of auto-refreshes.

Amazing features:
Save unlimited manual preferences per domain or web page.
Default time intervals in 5 Sec, 10 Sec, 15 Sec, 5 Min, 10 Min, and 15 Min.
Set auto refresh in seconds, minutes, and hours.
Single click anywhere on the webpage to stop auto-reload.
Display a visual timer on the webpage.
Hard refresh to clear cache & cookies.



Uses of auto-refresh
Monitoring price changes
Monitoring live sports score
Check the latest Job offers
Check out product availability
And lot more

More Explanation About Top Features Check Here

Using this chrome extension, you can automatically refresh any web page or tab within a specific time interval, search any webpage and then apply a separate time to auto-refresh the webpage.


1) In time interval, there are two types current and manual. Both types work the same. You can add multiple web pages in the manual and allow all features.


2) You can select the time by simply clicking the timer's checkbox and manually setting the hour, minute, or second to auto-refresh any pages.


3) If you want to stop the auto-refresh after X numbers like 05, 10, or 15 refreshes, you can do this with the Auto Refresh extension.


4) Check the visual time when your web page will refresh by setting a visual timer for any web page.


5) If you want to stop refreshing anytime, choose the option to stop refreshing if you click anywhere on the web page and the extension stops refreshing.

6) A hard refresh clears your webpage cache data.


The Auto-refresh list shows all webpages list you have set for the Auto Refresh. Also, you can pause or start any webpage refresh directly through auto refresh list features.

You don't need to view the Auto Refresh extension again and again. Keep doing your work, and the extension will refresh the tab at the selected time interval.

Don't hesitate to contact us with any confusion or issues. We highly appreciate your suggestions and reviews! We are always happy to help you. 

Note: The current tab option is not working on the blank tab (Chrome://) and also not working on the chrome extension gallery or internal browser pages.

Whats new 
- Added Minimum refresh time of 2 second.
- Added import and export functionality.
- Added start and stop checkbox in the time interval section.
- Start Counter immediately as soon as URL start loading 
- Fix issue on Start and Stop stored data removed                    

Extension Basic Information

Name Auto refresh page Auto refresh page
ID aipbahhkojbhioodfbfmnobjnkagpnfg
Official URL https://chromewebstore.google.com/detail/auto-refresh-page/aipbahhkojbhioodfbfmnobjnkagpnfg
Description This extension will refresh page automatically.
File Size 5.21 MB
Installation Count 11,379
Current Version 1.0.4
Last Updated 2024-01-22
Publish Date 2022-11-18
Rating 4.78/5 Total 82 Ratings
Developer https://softpulseinfotech.com
Email [email protected]
Payment Type free
Supported Languages de,en,fr,es,pt-PT,ru,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.4",
    "minimum_chrome_version": "100",
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/jquery.simple.timer.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ]
}