Simple Auto Refresher

A simple tool to make the website live every time! Refresh your pages with selected time interval.

¿Qué es Simple Auto Refresher?

Simple Auto Refresher es una extensión de Chrome desarrollada por NokibRokes, y su función principal es "A simple tool to make the website live every time! Refresh your pages with selected time interval.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Simple Auto Refresher

Descarga archivos de extensión Simple Auto Refresher 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 simple tool will help you to auto-refresh and auto-reload any website with selected time intervals in just one single click. Simple Auto Refresher is the most user-friendly auto refresher extension on the chrome web store market which has premium features. No setup required. Just try it out and you will know!

Key features:
- Shows real-time count-down timer on the extension icon bar.
- Easily input time interval then start auto-refresh with the selected time interval.
- Select the random timer range.
- Premium random time generation feature.
- Save default time for the next setup.                    

Información Básica de la Extensión

Nombre Simple Auto Refresher Simple Auto Refresher
ID gnpdappailpafbhkefjcidiodkneecpp
URL Oficial https://chromewebstore.google.com/detail/simple-auto-refresher/gnpdappailpafbhkefjcidiodkneecpp
Descripción A simple tool to make the website live every time! Refresh your pages with selected time interval.
Tamaño del Archivo 28.77 KB
Cantidad de Instalaciones 5,078
Versión Actual 1.0.2
Última Actualización 2021-07-30
Fecha de Publicación 2020-06-24
Calificación 4.80/5 Total de 10 Calificaciones
Desarrollador NokibRokes
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://nokibrokes.com
URL de la Página de Ayuda https://nokibrokes.com/contact
URL de la Página de Política de Privacidad https://www.freeprivacypolicy.com/live/3b75e390-e63d-4b3b-8ac0-873b11cc1535
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Auto Refresher",
    "version": "1.0.2",
    "description": "A simple tool to make the website live every time! Refresh your pages with selected time interval.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.gumroad.com\/*",
        "activeTab",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ]
}