Auto Reload IDT

Refresh automatically pages on a selected interval of seconds or specific time.

What is Auto Reload IDT?

Auto Reload IDT is a Chrome extension developed by Giovani Silva, and its main feature is "Refresh automatically pages on a selected interval of seconds or specific time.".

Extension Screenshots

screenshot

Download Auto Reload IDT Extension CRX File

Download Auto Reload IDT 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

                        Refresh automatically pages on a selected interval of seconds or specific time.                    

Extension Basic Information

Name Auto Reload IDT Auto Reload IDT
ID fnkcgkngofnmodlbhmkfkloggnldomng
Official URL https://chrome.google.com/webstore/detail/auto-reload-idt/fnkcgkngofnmodlbhmkfkloggnldomng
Description Refresh automatically pages on a selected interval of seconds or specific time.
File Size 47.58 KB
Installation Count 505
Current Version 1.0.3
Last Updated 2018-06-06
Publish Date 2018-06-06
Rating 4.25/5 Total 8 Ratings
Developer Giovani Silva
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 Reload IDT",
    "description": "Refresh automatically pages on a selected interval of seconds or specific time.",
    "version": "1.0.3",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background",
        "storage"
    ],
    "browser_action": {
        "default_icon": "reloadBtn.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/inicialization.js",
                "scripts\/jquery.js",
                "scripts\/script.js"
            ]
        }
    ],
    "icons": {
        "16": "reloadBtn.png",
        "48": "reloadBtn.png",
        "128": "reloadBtn.png"
    },
    "web_accessible_resources": [
        "popup.html"
    ]
}