Auto Refresh

Reload the web page automatically in the time interval that you want.

What is Auto Refresh?

Auto Refresh is a Chrome extension developed by https://stni.pw, and its main feature is "Reload the web page automatically in the time interval that you want.".

Extension Screenshots

screenshot

Download Auto Refresh Extension CRX File

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

                        Reload web pages automatically in the time interval that you want.

A Shitian Ni Project                    

Extension Basic Information

Name Auto Refresh Auto Refresh
ID omcjgdddgjlioknfggaelopggehgfcea
Official URL https://chromewebstore.google.com/detail/auto-refresh/omcjgdddgjlioknfggaelopggehgfcea
Description Reload the web page automatically in the time interval that you want.
File Size 43.26 KB
Installation Count 6,749
Current Version 1.0.6
Last Updated 2016-06-26
Publish Date 2016-06-26
Rating 3.00/5 Total 4 Ratings
Developer https://stni.pw
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh",
    "short_name": "Refresh",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "Reload the web page automatically in the time interval that you want.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ]
}