Page Refresher

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

What is Page Refresher?

Page Refresher is a Chrome extension developed by https://illutex.com, and its main feature is "Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!".

Extension Screenshots

screenshot

Download Page Refresher Extension CRX File

Download Page Refresher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Page Refresher Page Refresher
ID bbmplccbdhijapdpheaigjcdcgadecih
Official URL 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!
File Size 211 KB
Installation Count 2,933
Current Version 2.0.1
Last Updated 2021-08-09
Publish Date 2021-08-08
Rating 4.00/5 Total 14 Ratings
Developer https://illutex.com
Email [email protected]
Payment Type free
Extension Website http://illutex.com/
Help Page URL http://illutex.com/chat
Supported Languages 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'"
}