Auto Refresh Page

Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.

Co to jest Auto Refresh Page?

Auto Refresh Page to rozszerzenie Chrome opracowane przez Page Refresh, a jego główną funkcją jest „Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Auto Refresh Page

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

                        Page Auto Refresher is a simple and easy web page refresher.
It lets you concentrate on other tasks. Upgrade your business performance!                    

Podstawowe informacje o rozszerzeniu

Nazwa Auto Refresh Page Auto Refresh Page
ID llfpaibekbngemphkhllbbffpgopboec
Oficjalny URL https://chromewebstore.google.com/detail/auto-refresh-page/llfpaibekbngemphkhllbbffpgopboec
Opis Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.
Rozmiar pliku 7.94 KB
Liczba instalacji 1,139
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2023-07-02
Data Publikacji 2020-12-08
Ocena 2.75/5 Łącznie 4 Oceny
Deweloper Page Refresh
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sites.google.com/view/extensions-privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh Page",
    "version": "2.0",
    "description": "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}