Load URLs At Interval

'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval

What is Load URLs At Interval?

Load URLs At Interval is a Chrome extension developed by Gunjan Garge, and its main feature is "'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval".

Extension Screenshots

screenshot

Download Load URLs At Interval Extension CRX File

Download Load URLs At Interval 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

                        Automatically load URLs from a list in same tab at a given interval.

Steps:
1. Provide list of comma separated URLs in text box.
2. Provide interval in seconds.
3. Click on "START"

URLs in the list will be loaded in the tab one by one after "interval" seconds.

To stop, click on "STOP".                    

Extension Basic Information

Name Load URLs At Interval Load URLs At Interval
ID kjmjbefknmdpnikmlmcimdpnhlopbjac
Official URL https://chromewebstore.google.com/detail/load-urls-at-interval/kjmjbefknmdpnikmlmcimdpnhlopbjac
Description 'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval
File Size 147 KB
Installation Count 1,737
Current Version 1.0.0
Last Updated 2019-12-16
Publish Date 2019-12-16
Rating 4.88/5 Total 8 Ratings
Developer Gunjan Garge
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Load URLs At Interval"
    },
    "description": "'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Load URLs At Interval",
    "version": "1.0.0"
}