Auto Reload Page

Keep reloading page automatically!

Co to jest Auto Reload Page?

Auto Reload Page to rozszerzenie Chrome opracowane przez SocialWorker, a jego główną funkcją jest „Keep reloading page automatically!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Auto Reload Page

Pobierz pliki rozszerzeń Auto Reload Page 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

                        Free yourself from clicking refresh button again and again, thanks to the Auto Reload Page extension!
The extension comes handy when you want to keep refreshing a webpage at regular intervals, be it for checking status or something or keeping an eye on progress of your favourite sports' event!
- Reload chrome tab at the certain specified time interval
- Reloads stick to the tab and not the website, so even you change the URL, reloads keep happening as long as it is active in the tab
- Reloads keep working even when you pull the tab out to a new window                    

Podstawowe informacje o rozszerzeniu

Nazwa Auto Reload Page Auto Reload Page
ID cggooibcfafefodnecpcbgiebbjjpnpb
Oficjalny URL https://chromewebstore.google.com/detail/auto-reload-page/cggooibcfafefodnecpcbgiebbjjpnpb
Opis Keep reloading page automatically!
Rozmiar pliku 25.42 KB
Liczba instalacji 212
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2020-10-13
Data Publikacji 2020-10-07
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper SocialWorker
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/sushrut111/chrome-tab-reloader
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Reload Page",
    "version": "1.1",
    "icons": {
        "128": "icon.png"
    },
    "description": "Keep reloading page automatically!",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}