Page Refresher

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

Cos'è Page Refresher?

Page Refresher è un'estensione di Chrome sviluppata da https://illutex.com, e la sua funzione principale è "Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Page Refresher

Scarica i file di estensione Page Refresher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Page Refresher Page Refresher
ID bbmplccbdhijapdpheaigjcdcgadecih
URL Ufficiale https://chromewebstore.google.com/detail/page-refresher/bbmplccbdhijapdpheaigjcdcgadecih
Descrizione Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!
Dimensione del File 211 KB
Conteggio Installazioni 2,933
Versione Corrente 2.0.1
Ultimo Aggiornamento 2021-08-09
Data di Pubblicazione 2021-08-08
Valutazione 4.00/5 Totale 14 Valutazioni
Sviluppatore https://illutex.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://illutex.com/
URL della Pagina di Aiuto http://illutex.com/chat
Lingue Supportate 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'"
}