WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Open Bulk URL

Open Bulk URL

View on Chrome Web Store
5.0 (1 ratings)
0 views
0 downloads

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

Open multiple URLs in new tabs
Type
Extension
Users
69 users
3
Website openbulkurl.com
sumityadav8181
Published
Version 0.1.0
Manifest version
3
Updated
productivity/developer
Website
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.1.0",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "action": {
        "default_title": "__MSG_extPopupTitle__",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/openbulkurl.com\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.openbulkurl.com\/*"
            ],
            "js": [
                "content-scripts\/content.js"
            ]
        }
    ]
}
© 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.