Sequential Mass URL Opener

Sequential Mass URL Opener

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

Merlin
Additional files are visible only to premium users

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"
  }
}