Auto Refresh & Switch Tabs

Every 20 secondes : Switch to next tab & refresh next (+1) tab

Cos'è Auto Refresh & Switch Tabs?

Auto Refresh & Switch Tabs è un'estensione di Chrome sviluppata da Maxonix, e la sua funzione principale è "Every 20 secondes : Switch to next tab & refresh next (+1) tab".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Auto Refresh & Switch Tabs

Scarica i file di estensione Auto Refresh & Switch Tabs 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 is an extension for Google Chrome which monitors the HTTP traffic and if a page fails to load, it auto-refreshes that page.This description specially develop to Switch to next tab & refresh next (+1) tab. The duration of Switch to next tab & refresh next (+1) tab is 20 seconds.

How to use it?
Just find it in the Google Chrome Extensions gallery and install it from there.                    

Informazioni di Base sull'Estensione

Nome Auto Refresh & Switch Tabs Auto Refresh & Switch Tabs
ID ankdojnjbdlokjjpimfhehjfaechilon
URL Ufficiale https://chromewebstore.google.com/detail/auto-refresh-switch-tabs/ankdojnjbdlokjjpimfhehjfaechilon
Descrizione Every 20 secondes : Switch to next tab & refresh next (+1) tab
Dimensione del File 24.29 KB
Conteggio Installazioni 6,624
Versione Corrente 1.0
Ultimo Aggiornamento 2021-05-02
Data di Pubblicazione 2021-04-28
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore Maxonix
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://thedeezerpremiumapk.com/
URL della Pagina di Aiuto http://thedeezerpremiumapk.com/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Refresh & Switch Tabs",
    "description": "Every 20 secondes : Switch to next tab & refresh next (+1) tab",
    "version": "1.0",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/16x16.png",
        "32": "img\/32x32.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/app.js"
        ]
    }
}