Auto Reload Page

Keep reloading page automatically!

Cos'è Auto Reload Page?

Auto Reload Page è un'estensione di Chrome sviluppata da SocialWorker, e la sua funzione principale è "Keep reloading page automatically!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Auto Reload Page

Scarica i file di estensione Auto Reload 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

                        Free yourself from clicking refresh button again and again, thanks to the Auto Reload Page extension!
The extension comes handy when you want to keep refreshing a webpage at regular intervals, be it for checking status or something or keeping an eye on progress of your favourite sports' event!
- Reload chrome tab at the certain specified time interval
- Reloads stick to the tab and not the website, so even you change the URL, reloads keep happening as long as it is active in the tab
- Reloads keep working even when you pull the tab out to a new window                    

Informazioni di Base sull'Estensione

Nome Auto Reload Page Auto Reload Page
ID cggooibcfafefodnecpcbgiebbjjpnpb
URL Ufficiale https://chromewebstore.google.com/detail/auto-reload-page/cggooibcfafefodnecpcbgiebbjjpnpb
Descrizione Keep reloading page automatically!
Dimensione del File 25.42 KB
Conteggio Installazioni 212
Versione Corrente 1.1
Ultimo Aggiornamento 2020-10-13
Data di Pubblicazione 2020-10-07
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore SocialWorker
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/sushrut111/chrome-tab-reloader
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Reload Page",
    "version": "1.1",
    "icons": {
        "128": "icon.png"
    },
    "description": "Keep reloading page automatically!",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}