Page Refresher

Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!

Co to jest Page Refresher?

Page Refresher to rozszerzenie Chrome opracowane przez https://illutex.com, a jego główną funkcją jest „Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Page Refresher

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

                        Need to automatically reload web pages? 
Tired clicking 'Reload' in your browser?
Forgetting refresh pages?

Page Refresher - is all you need! Just open page, select the time and relax :)
You can see the remaining time to reload on Page Refresher's icon in every tab.

And the main advantage to add this extension: THERE'S NO SPAM, NO ADS, NO FISHING.
Everything is simple, everything is clear.                    

Podstawowe informacje o rozszerzeniu

Nazwa Page Refresher Page Refresher
ID bbmplccbdhijapdpheaigjcdcgadecih
Oficjalny URL https://chromewebstore.google.com/detail/page-refresher/bbmplccbdhijapdpheaigjcdcgadecih
Opis Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!
Rozmiar pliku 211 KB
Liczba instalacji 2,933
Aktualna Wersja 2.0.1
Ostatnia Aktualizacja 2021-08-09
Data Publikacji 2021-08-08
Ocena 4.00/5 Łącznie 14 Oceny
Deweloper https://illutex.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://illutex.com/
Adres URL Strony Pomocy http://illutex.com/chat
Obsługiwane Języki en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page Refresher",
    "version": "2.0.1",
    "default_locale": "en",
    "description": "Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!",
    "icons": {
        "16": "16.png",
        "19": "19.png",
        "38": "38.png",
        "48": "48.png",
        "128": "128.png"
    },
    "homepage_url": "http:\/\/illutex.com\/products\/pageRefresher",
    "permissions": [
        "",
        "tabs",
        "webNavigation",
        "activeTab",
        "background"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Auto Reload Options",
        "default_icon": {
            "19": "19.png",
            "38": "38.png",
            "48": "48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}