Auto Refresh Page

Auto Refresh Page is the extension to refresh a page on regular intervals

What is Auto Refresh Page?

Auto Refresh Page is a Chrome extension developed by ProfileVisitor.co, and its main feature is "Auto Refresh Page is the extension to refresh a page on regular intervals".

Extension Screenshots

screenshot

Download Auto Refresh Page Extension CRX File

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

                        Auto Refresh Page 

It is a simple  extension to refresh the page at regular intervals.

You can customize the default time and have separate timers running for all of your tabs.                    

Extension Basic Information

Name Auto Refresh Page Auto Refresh Page
ID iiblfhmcehfejobfioibjbdpgigcmkgj
Official URL https://chrome.google.com/webstore/detail/auto-refresh-page/iiblfhmcehfejobfioibjbdpgigcmkgj
Description Auto Refresh Page is the extension to refresh a page on regular intervals
File Size 201 KB
Installation Count 4,000
Current Version 1.0.2
Last Updated 2018-01-31
Publish Date 2018-01-31
Rating 3.33/5 Total 3 Ratings
Developer ProfileVisitor.co
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh Page",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Auto Refresh Page is the extension to refresh a page on regular intervals",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Auto Refresh Page",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/s3.amazonaws.com; object-src 'self'"
}