Custom Auto Refresh

A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.

Cos'è Custom Auto Refresh?

Custom Auto Refresh è un'estensione di Chrome sviluppata da VastBlast, e la sua funzione principale è "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Custom Auto Refresh

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

                        This extension will automatically refresh a tab on a fully customizable interval that you may set. The setting accepts any interval in seconds, as well as decimal points meaning you can customize the refresh rate to as low or as high as you need.

Unlike other extensions, this one is fully customizable and will always wait for the refresh to continue before moving on to the next refresh.                    

Informazioni di Base sull'Estensione

Nome Custom Auto Refresh Custom Auto Refresh
ID hefmpdieencodgfnoecpichojkglajkb
URL Ufficiale https://chromewebstore.google.com/detail/custom-auto-refresh/hefmpdieencodgfnoecpichojkglajkb
Descrizione A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.
Dimensione del File 112 KB
Conteggio Installazioni 3,315
Versione Corrente 2.3.2
Ultimo Aggiornamento 2023-10-10
Data di Pubblicazione 2021-01-12
Valutazione 4.78/5 Totale 18 Valutazioni
Sviluppatore VastBlast
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/VastBlast/ChromeAutoRefresh
URL della Pagina di Aiuto https://nitestats.com/contact
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/e/2PACX-1vTRmSJmwdLT5Ze4qg5fvQSC6CTut9h2AvE2Uq9FOtTqrbF3SlijVn2gEywsaS0B6UZgJZ_11K2eqv8M/pub
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Custom Auto Refresh",
    "description": "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.",
    "version": "2.3.2",
    "icons": {
        "48": ".\/icons\/icon-inactive.png"
    },
    "background": {
        "service_worker": ".\/scripts\/background.js"
    },
    "action": {
        "default_icon": ".\/icons\/icon-inactive.png",
        "default_popup": ".\/main\/index.html"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting"
    ]
}