Auto Refresh Lite

Auto refresh a list of web pages after any number of seconds.

What is Auto Refresh Lite?

Auto Refresh Lite is a Chrome extension developed by pragmatechdev, and its main feature is "Auto refresh a list of web pages after any number of seconds.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Auto Refresh Lite Extension CRX File

Download Auto Refresh Lite 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

                        Small and easy to use chrome extension that auto reloads a list of URLs according to your settings.

Features:
* Easy to use and setup
* No unnecessary permissions required
* Does not track you                    

Extension Basic Information

Name Auto Refresh Lite Auto Refresh Lite
ID dblcelpijjljhjbkopojdhgoleciofip
Official URL https://chromewebstore.google.com/detail/auto-refresh-lite/dblcelpijjljhjbkopojdhgoleciofip
Description Auto refresh a list of web pages after any number of seconds.
File Size 53.26 KB
Installation Count 203
Current Version 2.0
Last Updated 2021-01-06
Publish Date 2014-06-21
Rating 2.00/5 Total 2 Ratings
Developer pragmatechdev
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Refresh Lite",
    "icons": {
        "16": "icons\/icon-16.png",
        "20": "icons\/icon-20.png",
        "24": "icons\/icon-24.png",
        "32": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png",
        "512": "icons\/icon-512.png"
    },
    "version": "2.0",
    "author": "pragmatechdev",
    "description": "Auto refresh a list of web pages after any number of seconds.",
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "20": "icons\/icon-20.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}