Easy Auto Refresh FREE - random interval

Set the interval in seconds and autorefresher will reload the page with random timing!

Co to jest Easy Auto Refresh FREE - random interval?

Easy Auto Refresh FREE - random interval to rozszerzenie Chrome opracowane przez olenadubov, a jego główną funkcją jest „Set the interval in seconds and autorefresher will reload the page with random timing!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Easy Auto Refresh FREE - random interval

Pobierz pliki rozszerzeń Easy Auto Refresh FREE - random interval w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        "Easy Auto Refresh FREE - random interval" - small extention with a few options. Auto-refresh and auto-reload pages after any number of seconds.
It automatically reloads web pages after any number of seconds you set in settings.

Easy to use it:
* Click on icon 
* Set your number of second (the same one or different if you want random delay).
* Click "START" to activate
* Click "STOP" to pause 

Very small and easy extension that will help you to save your time and money!!                    

Podstawowe informacje o rozszerzeniu

Nazwa Easy Auto Refresh FREE - random interval Easy Auto Refresh FREE - random interval
ID fpkcbidfblkfoindobfbekfdmjadkoid
Oficjalny URL https://chrome.google.com/webstore/detail/easy-auto-refresh-free-ra/fpkcbidfblkfoindobfbekfdmjadkoid
Opis Set the interval in seconds and autorefresher will reload the page with random timing!
Rozmiar pliku 79.08 KB
Liczba instalacji 6,000
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2021-06-21
Data Publikacji 2021-01-01
Ocena 4.50/5 Łącznie 4 Oceny
Deweloper olenadubov
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.extensionsforweb.com/privacy
Obsługiwane Języki en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/www.extensionsforweb.com\/",
    "icons": {
        "128": "images\/easy-auto-refresh-128x128.png",
        "48": "images\/easy-auto-refresh-48x48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "page_action": {
        "default_icon": {
            "38": "images\/refresh-off-38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Auto Refresh FREE"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "notifications"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}