Auto Refresh & Page Monitor

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

Cos'è Auto Refresh & Page Monitor?

Auto Refresh & Page Monitor è un'estensione di Chrome sviluppata da Auto Refresh Page, e la sua funzione principale è "Refresh pages automatically. Auto refresh and page monitor with specified time intervals. Reload all tabs.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Auto Refresh & Page Monitor

Scarica i file di estensione Auto Refresh & Page Monitor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Auto Refresh & Page Monitor Auto Refresh & Page Monitor
ID nagebjgefhenmjbjhjmdifchbnbmjgpa
URL Ufficiale https://chromewebstore.google.com/detail/auto-refresh-page-monitor/nagebjgefhenmjbjhjmdifchbnbmjgpa
Descrizione Refresh pages automatically. Auto refresh and page monitor with specified time intervals. Reload all tabs.
Dimensione del File 200 KB
Conteggio Installazioni 1,455,255
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-06-30
Data di Pubblicazione 2023-03-18
Valutazione 4.53/5 Totale 605 Valutazioni
Sviluppatore Auto Refresh Page
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/auto-reload/privacy-policy
Lingue Supportate 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"
        }
    ]
}