WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Bulk URL Opener

Bulk URL Opener

View on Chrome Web Store
View Bulk URL Opener Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (48 ratings)
5 views
This extension has been viewed 5 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Open multiple URLs at once
Type
ChromeOS App
Users
20,000 users
10K
Melanto
View author page of Melanto
Published
Published on December 19, 2013
Version 1.0.0.1
Manifest version
2
Updated
Updated on April 22, 2017
Website
Visit developer website
View on Chrome Web Store
View Bulk URL Opener Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bulk URL Opener",
    "short_name": "Open URLs",
    "version": "1.0.0.1",
    "manifest_version": 2,
    "homepage_url": "http:\/\/melanto.com\/apps\/bulk-url-opener\/",
    "description": "Open multiple URLs at once",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "windows",
        "clipboardRead",
        "clipboardWrite"
    ],
    "incognito": "spanning",
    "app": {
        "launch": {
            "local_path": "index.html"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "offline_enabled": true
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top