Auto Refresh

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

¿Qué es Auto Refresh?

Auto Refresh es una extensión de Chrome desarrollada por enaumenko1997, y su función principal es "You can set the period in which the required tab will be refreshed with this extension".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Auto Refresh

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

                        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.                    

Información Básica de la Extensión

Nombre Auto Refresh Auto Refresh
ID ijgebbdlfohiodlmbplfbapleoppbijp
URL Oficial https://chromewebstore.google.com/detail/auto-refresh/ijgebbdlfohiodlmbplfbapleoppbijp
Descripción You can set the period in which the required tab will be refreshed with this extension
Tamaño del Archivo 21.25 KB
Cantidad de Instalaciones 104
Versión Actual 1.0
Última Actualización 2021-02-10
Fecha de Publicación 2021-02-10
Calificación 3.00/5 Total de 1 Calificaciones
Desarrollador enaumenko1997
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}