Auto Refresh & Switch Tabs
Every 20 secondes : Switch to next tab & refresh next (+1) tab
¿Qué es Auto Refresh & Switch Tabs?
Auto Refresh & Switch Tabs es una extensión de Chrome desarrollada por Maxonix, y su función principal es "Every 20 secondes : Switch to next tab & refresh next (+1) tab".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Auto Refresh & Switch Tabs
Descarga archivos de extensión Auto Refresh & Switch Tabs en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Auto Refresh & Switch Tabs |
ID | ankdojnjbdlokjjpimfhehjfaechilon |
URL Oficial | https://chromewebstore.google.com/detail/auto-refresh-switch-tabs/ankdojnjbdlokjjpimfhehjfaechilon |
Descripción | Every 20 secondes : Switch to next tab & refresh next (+1) tab |
Tamaño del Archivo | 24.29 KB |
Cantidad de Instalaciones | 6,624 |
Versión Actual | 1.0 |
Última Actualización | 2021-05-02 |
Fecha de Publicación | 2021-04-28 |
Calificación | 4.00/5 Total de 3 Calificaciones |
Desarrollador | Maxonix |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://thedeezerpremiumapk.com/ |
URL de la Página de Ayuda | http://thedeezerpremiumapk.com/ |
Idiomas Soportados | 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" ] } } |