Auto Refresho

Auto refresh any page.

What is Auto Refresho?

Auto Refresho is a Chrome extension developed by AhMyth, and its main feature is "Auto refresh any page.".

Extension Screenshots

screenshot

Download Auto Refresho Extension CRX File

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

                                            

Extension Basic Information

Name Auto Refresho Auto Refresho
ID clkkhfkadebfabfjjdfofjjlkbndpggn
Official URL https://chromewebstore.google.com/detail/auto-refresho/clkkhfkadebfabfjjdfofjjlkbndpggn
Description Auto refresh any page.
File Size 53.67 KB
Installation Count 1,052
Current Version 1.0
Last Updated 2017-09-10
Publish Date 2017-09-10
Rating 5.00/5 Total 5 Ratings
Developer AhMyth
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Refresho",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon\/icon512.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "",
        "activeTab"
    ],
    "description": "Auto refresh any page.",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "96": "icon\/icon96.png",
        "128": "icon\/icon128.png",
        "512": "icon\/icon512.png"
    }
}