Multiple URL Opener Firefox

Examine source code of Multiple URL Opener

By: Samc
Inspect and view changes in Multiple URL Opener source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Multiple URL Opener",
  "description": "Open multiple URls at once with single click. Also supports delay in opening URls. Supports customizable tab option.",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "applications": {
    "gecko": {
      "id": "multiple-url-opener-toolbarteam101@gmail.com",
      "strict_min_version": "42.0"
    }
  },
  "version": "1.1resigned1",
  "icons": {
    "128": "images/icon.png"
  },
  "browser_action": {
    "default_icon": "images/icon.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}

Best Multiple URL Opener Alternatives

Here are some Firefox add-ons that are similar to Multiple URL Opener: