Auto Refresh & Page Monitor

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

Was ist Auto Refresh & Page Monitor?

Auto Refresh & Page Monitor ist eine Chrome-Erweiterung, die von Auto Refresh Page entwickelt wurde, und ihr Hauptmerkmal ist "Refresh pages automatically. Auto refresh and page monitor with specified time intervals. Reload all tabs.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Auto Refresh & Page Monitor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Auto Refresh & Page Monitor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Auto Refresh & Page Monitor Auto Refresh & Page Monitor
ID nagebjgefhenmjbjhjmdifchbnbmjgpa
Offizielle URL https://chromewebstore.google.com/detail/auto-refresh-page-monitor/nagebjgefhenmjbjhjmdifchbnbmjgpa
Beschreibung Refresh pages automatically. Auto refresh and page monitor with specified time intervals. Reload all tabs.
Dateigröße 200 KB
Installationsanzahl 1,455,255
Aktuelle Version 1.0.2
Letztes Update 2023-06-30
Veröffentlichungsdatum 2023-03-18
Bewertung 4.53/5 Insgesamt 605 Bewertungen
Entwickler Auto Refresh Page
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/auto-reload/privacy-policy
Unterstützte Sprachen 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"
        }
    ]
}