Custom Auto Refresh

A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.

¿Qué es Custom Auto Refresh?

Custom Auto Refresh es una extensión de Chrome desarrollada por VastBlast, y su función principal es "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Custom Auto Refresh

Descarga archivos de extensión Custom Auto Refresh 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

                        This extension will automatically refresh a tab on a fully customizable interval that you may set. The setting accepts any interval in seconds, as well as decimal points meaning you can customize the refresh rate to as low or as high as you need.

Unlike other extensions, this one is fully customizable and will always wait for the refresh to continue before moving on to the next refresh.                    

Información Básica de la Extensión

Nombre Custom Auto Refresh Custom Auto Refresh
ID hefmpdieencodgfnoecpichojkglajkb
URL Oficial https://chromewebstore.google.com/detail/custom-auto-refresh/hefmpdieencodgfnoecpichojkglajkb
Descripción A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.
Tamaño del Archivo 112 KB
Cantidad de Instalaciones 3,315
Versión Actual 2.3.2
Última Actualización 2023-10-10
Fecha de Publicación 2021-01-12
Calificación 4.78/5 Total de 18 Calificaciones
Desarrollador VastBlast
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/VastBlast/ChromeAutoRefresh
URL de la Página de Ayuda https://nitestats.com/contact
URL de la Página de Política de Privacidad https://docs.google.com/document/d/e/2PACX-1vTRmSJmwdLT5Ze4qg5fvQSC6CTut9h2AvE2Uq9FOtTqrbF3SlijVn2gEywsaS0B6UZgJZ_11K2eqv8M/pub
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Custom Auto Refresh",
    "description": "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.",
    "version": "2.3.2",
    "icons": {
        "48": ".\/icons\/icon-inactive.png"
    },
    "background": {
        "service_worker": ".\/scripts\/background.js"
    },
    "action": {
        "default_icon": ".\/icons\/icon-inactive.png",
        "default_popup": ".\/main\/index.html"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting"
    ]
}