Auto refresh page

This extension will refresh page automatically.

Apa itu Auto refresh page?

Auto refresh page adalah ekstensi Chrome yang dikembangkan oleh https://softpulseinfotech.com, dan fitur utamanya adalah "This extension will refresh page automatically.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Auto refresh page

Unduh file ekstensi Auto refresh page dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Auto refresh page Auto refresh page
ID aipbahhkojbhioodfbfmnobjnkagpnfg
URL Resmi https://chromewebstore.google.com/detail/auto-refresh-page/aipbahhkojbhioodfbfmnobjnkagpnfg
Deskripsi This extension will refresh page automatically.
Ukuran File 5.21 MB
Jumlah Instalasi 11,379
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2024-01-22
Tanggal Publikasi 2022-11-18
Penilaian 4.78/5 Total 82 Penilaian
Pengembang https://softpulseinfotech.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}