Auto Refresh & Page Monitor

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

Auto Refresh & Page Monitorとは何ですか?

Auto Refresh & Page MonitorはAuto Refresh Pageによって開発されたChromeの拡張機能で、その主な機能は「Refresh pages automatically. Auto refresh and page monitor with specified time intervals. Reload all tabs.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Auto Refresh & Page Monitor拡張機能のCRXファイルをダウンロード

Auto Refresh & Page Monitor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Auto Refresh & Page Monitor Auto Refresh & Page Monitor
ID nagebjgefhenmjbjhjmdifchbnbmjgpa
公式URL https://chromewebstore.google.com/detail/auto-refresh-page-monitor/nagebjgefhenmjbjhjmdifchbnbmjgpa
説明 Refresh pages automatically. Auto refresh and page monitor with specified time intervals. Reload all tabs.
ファイルサイズ 200 KB
インストール数 1,455,255
現在のバージョン 1.0.2
最終更新日 2023-06-30
公開日 2023-03-18
評価 4.53/5 合計 605 レビュー
開発者 Auto Refresh Page
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sites.google.com/view/auto-reload/privacy-policy
対応言語 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"
        }
    ]
}