Sequential Mass URL Opener

Opens each URL in list into tabs in a window, but only if prior pages have finished loading.

What is Sequential Mass URL Opener?

Sequential Mass URL Opener is a Chrome extension developed by https://lemonsavery.com, and its main feature is "Opens each URL in list into tabs in a window, but only if prior pages have finished loading.".

Extension Screenshots

screenshot

Download Sequential Mass URL Opener Extension CRX File

Download Sequential Mass URL Opener 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

                        As opposed to other mass-opening tools, this tool may be useful for:
- reducing spikes in bandwidth usage
- avoiding 503 errors from making too many requests to the same website too quickly
- caching lists of websites                    

Extension Basic Information

Name Sequential Mass URL Opener Sequential Mass URL Opener
ID lgffephbjkjmkdipchghjadbeppgojhk
Official URL https://chromewebstore.google.com/detail/sequential-mass-url-opene/lgffephbjkjmkdipchghjadbeppgojhk
Description Opens each URL in list into tabs in a window, but only if prior pages have finished loading.
File Size 16.28 KB
Installation Count 66
Current Version 2.6
Last Updated 2024-02-23
Publish Date 2021-11-02
Rating 5.00/5 Total 4 Ratings
Developer https://lemonsavery.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sequential Mass URL Opener",
    "description": "Opens each URL in list into tabs in a window, but only if prior pages have finished loading.",
    "version": "2.6",
    "manifest_version": 3,
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}