Page Refresher

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

Qu'est-ce que Page Refresher ?

Page Refresher est une extension Chrome développée par https://illutex.com, et sa fonction principale est "Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Page Refresher

Téléchargez les fichiers d'extension Page Refresher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Page Refresher Page Refresher
ID bbmplccbdhijapdpheaigjcdcgadecih
URL Officiel https://chromewebstore.google.com/detail/page-refresher/bbmplccbdhijapdpheaigjcdcgadecih
Description Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!
Taille du Fichier 211 KB
Nombre d'Installations 2,933
Version Actuelle 2.0.1
Dernière Mise à Jour 2021-08-09
Date de Publication 2021-08-08
Évaluation 4.00/5 Total 14 Évaluations
Développeur https://illutex.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://illutex.com/
URL de la Page d'Aide http://illutex.com/chat
Langues Prises en Charge 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'"
}