Auto Refresh & Switch Tabs

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

Qu'est-ce que Auto Refresh & Switch Tabs ?

Auto Refresh & Switch Tabs est une extension Chrome développée par Maxonix, et sa fonction principale est "Every 20 secondes : Switch to next tab & refresh next (+1) tab".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Auto Refresh & Switch Tabs

Téléchargez les fichiers d'extension Auto Refresh & Switch Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Auto Refresh & Switch Tabs Auto Refresh & Switch Tabs
ID ankdojnjbdlokjjpimfhehjfaechilon
URL Officiel https://chromewebstore.google.com/detail/auto-refresh-switch-tabs/ankdojnjbdlokjjpimfhehjfaechilon
Description Every 20 secondes : Switch to next tab & refresh next (+1) tab
Taille du Fichier 24.29 KB
Nombre d'Installations 6,624
Version Actuelle 1.0
Dernière Mise à Jour 2021-05-02
Date de Publication 2021-04-28
Évaluation 4.00/5 Total 3 Évaluations
Développeur Maxonix
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://thedeezerpremiumapk.com/
URL de la Page d'Aide http://thedeezerpremiumapk.com/
Langues Prises en Charge 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"
        ]
    }
}