Auto Reload Page

Keep reloading page automatically!

What is Auto Reload Page?

Auto Reload Page is a Chrome extension developed by SocialWorker, and its main feature is "Keep reloading page automatically!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Auto Reload Page Extension CRX File

Download Auto Reload Page 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

                        Free yourself from clicking refresh button again and again, thanks to the Auto Reload Page extension!
The extension comes handy when you want to keep refreshing a webpage at regular intervals, be it for checking status or something or keeping an eye on progress of your favourite sports' event!
- Reload chrome tab at the certain specified time interval
- Reloads stick to the tab and not the website, so even you change the URL, reloads keep happening as long as it is active in the tab
- Reloads keep working even when you pull the tab out to a new window                    

Extension Basic Information

Name Auto Reload Page Auto Reload Page
ID cggooibcfafefodnecpcbgiebbjjpnpb
Official URL https://chromewebstore.google.com/detail/auto-reload-page/cggooibcfafefodnecpcbgiebbjjpnpb
Description Keep reloading page automatically!
File Size 25.42 KB
Installation Count 212
Current Version 1.1
Last Updated 2020-10-13
Publish Date 2020-10-07
Rating 3.67/5 Total 3 Ratings
Developer SocialWorker
Email [email protected]
Payment Type free
Extension Website https://github.com/sushrut111/chrome-tab-reloader
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Reload Page",
    "version": "1.1",
    "icons": {
        "128": "icon.png"
    },
    "description": "Keep reloading page automatically!",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}