Auto Refresh & Page Monitor

Refresh pages automatically. Auto refresh and page monitor with specified time intervals. Reload all tabs.

Wat is Auto Refresh & Page Monitor?

Auto Refresh & Page Monitor is een Chrome-extensie ontwikkeld door Auto Refresh Page, en de belangrijkste functie is "Refresh pages automatically. Auto refresh and page monitor with specified time intervals. Reload all tabs.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Auto Refresh & Page Monitor

Download Auto Refresh & Page Monitor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Auto Refresh is a browser extension that automatically refreshes and reloads any page or tab after a specified number of seconds. Just enter the number of seconds between page refreshes and click the "Start" button.

The best thing about this page renovate extension is that there is no setup required - it is easy and simple to use, install it and let your idle pages be auto reloaded. Just choose the time you want Page refresh will do its magic.

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

Advanced options for automatic page refresh:
- Clear cache on every automatic page refresh
- Search for text on automatically updated pages
- Display notifications
- Saving the selected parameters on the page
- Automatic clicking on a button or link on page refresh
- Display of update counter, time of last and next update

Auto Refresh Page Plus comes in handy to any user who needs to perform automatic web page refresh at certain times efficiently. It also provides content detection support, which is useful when monitoring content included in a dynamic web page.

Page Monitor
This powerful feature allows you to monitor a webpage and look for any changes in it. You can monitor your changes in the web page's visual or source code. You can monitor website changes in three ways.

Why are you need this refresh page?
- 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.

- 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.

- 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.

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

- 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.

- A hard refresh clears your webpage cache data.

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

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

If what you want an extension that automatically reloads and refreshes web pages in the simplest way, this is what you need.                    

Basisinformatie over de Extensie

Naam Auto Refresh & Page Monitor Auto Refresh & Page Monitor
ID nagebjgefhenmjbjhjmdifchbnbmjgpa
Officiële URL https://chromewebstore.google.com/detail/auto-refresh-page-monitor/nagebjgefhenmjbjhjmdifchbnbmjgpa
Beschrijving Refresh pages automatically. Auto refresh and page monitor with specified time intervals. Reload all tabs.
Bestandsgrootte 200 KB
Aantal Installaties 1,455,255
Huidige Versie 1.0.2
Laatst Bijgewerkt 2023-06-30
Publicatiedatum 2023-03-18
Beoordeling 4.53/5 Totaal 605 Beoordelingen
Ontwikkelaar Auto Refresh Page
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/auto-reload/privacy-policy
Ondersteunde Talen id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,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.2",
    "background": {
        "service_worker": "worker.js"
    },
    "minimum_chrome_version": "100",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "assets\/128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "assets\/32.png",
        "48": "assets\/48.png",
        "64": "assets\/64.png",
        "128": "assets\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "libs\/jquery-3.6.0.min.js",
                "libs\/jquery.simple.timer.js",
                "javascripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}