Auto Reload Page

Simple Auto Reload Page

What is Auto Reload Page?

Auto Reload Page is a Chrome extension developed by http://w3bd.com, and its main feature is "Simple Auto Reload Page".

Extension Screenshots

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

                        The extension is for reload any webpage/website with every few second/minutes.
This is very simple and light weight extension.

Usage of this extension:
If you are a developer, this extension would help you much.
1. You could scrap data continue from a website with this extension.
2. You could increase your website hit/click/visit with this extension.
3. For any website schedule work.                    

Extension Basic Information

Name Auto Reload Page Auto Reload Page
ID aemgckpcnlnooaejngagoeknjjcpcgfh
Official URL https://chrome.google.com/webstore/detail/auto-reload-page/aemgckpcnlnooaejngagoeknjjcpcgfh
Description Simple Auto Reload Page
File Size 38.29 KB
Installation Count 785
Current Version 1.3
Last Updated 2015-11-13
Publish Date 2015-11-13
Rating 3.81/5 Total 16 Ratings
Developer http://w3bd.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Reload Page",
    "description": "Simple Auto Reload Page",
    "version": "1.3",
    "short_name": "Auto Reload",
    "browser_action": {
        "default_icon": "icon38.png",
        "name": "Auto Reload Page",
        "title": "Auto Reload Page",
        "default_popup": "popup.html"
    },
    "homepage_url": "http:\/\/w3bd.com",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "rh.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "browsingData",
        ""
    ],
    "options_page": "options.html",
    "manifest_version": 2,
    "minimum_chrome_version": "19.0.1028.0"
}