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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
        }
    ]
}