Auto Refresh

You can set the period in which the required tab will be refreshed with this extension

Cos'è Auto Refresh?

Auto Refresh è un'estensione di Chrome sviluppata da enaumenko1997, e la sua funzione principale è "You can set the period in which the required tab will be refreshed with this extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Auto Refresh

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

                        The best and advanced version of auto refresher for chrome browser. You can manually set a time for website to be refreshed. The extension allows you to choose a tab or multiple tabs you want to be refreshed. You can interact with other tabs while the chosen websites will be refreshed in certain time. Click on the extension icon in right upper corner of chrome browser and you also will see a list of available tabs. Click on the tab, set a refreshment time and done. You can also pause or cancel any tab from being refreshed.                    

Informazioni di Base sull'Estensione

Nome Auto Refresh Auto Refresh
ID ijgebbdlfohiodlmbplfbapleoppbijp
URL Ufficiale https://chromewebstore.google.com/detail/auto-refresh/ijgebbdlfohiodlmbplfbapleoppbijp
Descrizione You can set the period in which the required tab will be refreshed with this extension
Dimensione del File 21.25 KB
Conteggio Installazioni 104
Versione Corrente 1.0
Ultimo Aggiornamento 2021-02-10
Data di Pubblicazione 2021-02-10
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore enaumenko1997
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/assets\/js\/refresh_worker.js",
            "\/assets\/js\/bg.js",
            "\/assets\/js\/workWithContextMenu.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Refresher"
    },
    "description": "You can set the period in which the required tab will be refreshed with this extension",
    "icons": {
        "128": "\/assets\/images\/essential_image.png"
    },
    "manifest_version": 2,
    "name": "Auto Refresh",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "permissions": [
        "tabs",
        "storage",
        "",
        "contextMenus"
    ],
    "version": "1.0"
}