Auto refresh page

This extension will refresh page automatically.

什麼是Auto refresh page?

Auto refresh page是由https://softpulseinfotech.com開發的Chrome擴展程式,該擴展的主要功能是“This extension will refresh page automatically.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Auto refresh page擴展crx文件

下載Auto refresh page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Auto refresh page Auto refresh page
ID aipbahhkojbhioodfbfmnobjnkagpnfg
官方網址 https://chromewebstore.google.com/detail/auto-refresh-page/aipbahhkojbhioodfbfmnobjnkagpnfg
簡介 This extension will refresh page automatically.
檔案大小 5.21 MB
安裝次數 11,379
目前版本 1.0.4
更新時間 2024-01-22
上架時間 2022-11-18
評分 4.78/5 共 82 次評分
開發者 https://softpulseinfotech.com
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
        }
    ]
}