Easy auto refresher plus

【Quality】Intelligent auto refresh page tool with custom intervals.

Cos'è Easy auto refresher plus?

Easy auto refresher plus è un'estensione di Chrome sviluppata da margaretafossb70, e la sua funzione principale è "【Quality】Intelligent auto refresh page tool with custom intervals.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Easy auto refresher plus

Scarica i file di estensione Easy auto refresher plus 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

                        Easy auto refresher plus is a free browser extension that can automatically refresh and reload any page or tab after a specified number of seconds. Simply enter the number of seconds between page refreshes and click the start button.
The main features: 
-Auto refresh timer with second precision
-Predefined simple-click intervals
-Forever free                    

Informazioni di Base sull'Estensione

Nome Easy auto refresher plus Easy auto refresher plus
ID pbdhfeomafblhhgbfkbgmphfngpcmdke
URL Ufficiale https://chromewebstore.google.com/detail/easy-auto-refresher-plus/pbdhfeomafblhhgbfkbgmphfngpcmdke
Descrizione 【Quality】Intelligent auto refresh page tool with custom intervals.
Dimensione del File 119 KB
Conteggio Installazioni 1,302
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-08-20
Data di Pubblicazione 2022-08-20
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore margaretafossb70
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://extensiondock.com/privacy
Lingue Supportate id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "default_locale": "en",
    "icons": {
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "declarativeNetRequest",
        "alarms"
    ],
    "version": "1.0.0"
}