Auto Refresh Page

Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.

Cos'è Auto Refresh Page?

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

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Auto Refresh Page

Scarica i file di estensione Auto Refresh Page 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 Page 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 extension is useful to all users who need to automatically refresh browser pages or tabs according to the selected parameters:

- Automatically refresh pages at a specified time interval
- Automatically refresh pages with a random (random) time interval
- Automatically refresh pages at a specified time (09:00, 18:20, 9:30pm, etc.)
- Automatically refresh all open browser tabs
- Automatically update URLs from the list
- Automatically refresh common domain name pages
- Search for keywords or regular expressions on automatic page refresh
- Auto-clicking buttons or links when auto-refreshing pages

The extension is easy to use:

1) enter the desired number of seconds or select the ready-made time presets and press the "Start" button;

2) to stop updating the page - click the "Stop" button;

3) if you want to select more options, click on the "Advanced options" dropdown list and select the options that interest you and click on the "Start" button;

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

Support us on Patreon - https://www.patreon.com/autorefreshpage
Read our blog - https://www.hashtap.com/@refresh
Donate - https://www.paypal.me/AutoRefreshPay                    

Informazioni di Base sull'Estensione

Nome Auto Refresh Page Auto Refresh Page
ID lekdbhmflddpamabeldfbaheinkkaibj
URL Ufficiale https://chrome.google.com/webstore/detail/lekdbhmflddpamabeldfbaheinkkaibj
Descrizione Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.
Dimensione del File 714 KB
Conteggio Installazioni 63,740
Versione Corrente 3.2
Ultimo Aggiornamento 2023-02-14
Data di Pubblicazione 2022-01-19
Valutazione 4.34/5 Totale 88 Valutazioni
Sviluppatore Auto Refresh Page
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.hashtap.com/@refresh
URL della Pagina di Aiuto https://www.hashtap.com/@refresh
Lingue Supportate id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "short_name": "__MSG_app_short_name__",
    "version": "3.2",
    "default_locale": "en",
    "author": "Auto Refresh Page",
    "homepage_url": "https:\/\/www.hashtap.com\/@refresh",
    "icons": {
        "16": "\/img\/icons\/16x16.png",
        "32": "\/img\/icons\/32x32.png",
        "48": "\/img\/icons\/48x48.png",
        "64": "\/img\/icons\/64x64.png",
        "80": "\/img\/icons\/80x80.png",
        "128": "\/img\/icons\/128x128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            }
        },
        "toggle": {
            "description": "__MSG_command_toggle__",
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "mac": "Command+Shift+Space"
            }
        }
    },
    "action": {
        "default_icon": {
            "16": "\/img\/icons\/16x16-green.png",
            "20": "\/img\/icons\/20x20-green.png",
            "24": "\/img\/icons\/24x24-green.png",
            "32": "\/img\/icons\/32x32-green.png"
        },
        "default_title": "__MSG_app_short_name__",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "contextMenus",
        "browsingData",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}