Bulk URL Opener

A simple Chrome extension to open multiple URLs at once.

What is Bulk URL Opener?

Bulk URL Opener is a Chrome extension developed by Meetanshi, and its main feature is "A simple Chrome extension to open multiple URLs at once.".

Extension Screenshots

screenshot

Download Bulk URL Opener Extension CRX File

Download Bulk 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

                        Bulk URL Opener Chrome extension opens multiple URLs at same time in new tabs or Windows. Using this simple tool, you can open a list of urls using just one-click. It helps you save a lot of time by opening multiple URLs simultaneously in Chrome.

Just paste the list of URLs in the editor (1 URL per line)
Select appropriate options to open URL in same or multiple windows
Click Open URLs to open the links in bulk.

Use the bulk opener extension and save your time manually opening each of the links! 😉                    

Extension Basic Information

Name Bulk URL Opener Bulk URL Opener
ID hfpabfdcmeomdbfollghppnmffekbibe
Official URL https://chromewebstore.google.com/detail/bulk-url-opener/hfpabfdcmeomdbfollghppnmffekbibe
Description A simple Chrome extension to open multiple URLs at once.
File Size 16.61 KB
Installation Count 278
Current Version 1.0
Last Updated 2023-12-27
Publish Date 2023-04-21
Rating 4.80/5 Total 10 Ratings
Developer Meetanshi
Email [email protected]
Payment Type free
Extension Website https://meetanshi.com/
Help Page URL https://meetanshi.com/contacts
Privacy Policy Page URL https://meetanshi.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bulk URL Opener",
    "version": "1.0",
    "description": "A simple Chrome extension to open multiple URLs at once.",
    "permissions": [
        "clipboardRead",
        "clipboardWrite"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}