Bulk URL Opener

CRX ID
kgnfciolbjojfdbbelbdbhhocjmhenep
Status
Live on Store
Description from extension meta

Browser addon to open multiple urls with one click. With many more tools to help you manage urls.

Image from store
Bulk URL Opener
Description from store

A simple and easy to use extension which allows the user to open a list of URL's in one click. Or alternatively you can create and store lists of links that you use and then load them from the drop down menu in the extension to open large amounts of links quickly and easily.

Key Features:-

-Allows a user to open a list of links quickly and easily

-Ability to save, load and edit lists of links to provide an easier way to store and use a large amount of links

-Tab Creation Delay: A user requested feature that allows the user to set a specified delay (in seconds) between each tab being created when a large number of links are opened

-Custom themes: Change the look of the extension by using a different theme

This extension collects no user data, for more info here is our privacy policy: https://euan.link/bulkurlopener-privacy-policy

PERMISSIONS REQUIRED:-

"Read your browsing history":
This permission allows the extension to create tabs for you. It also allows the extension to get the URL's from currently open tabs when the 'Get list of currently open tabs' button is clicked

Changelog:-
1.12.0
- Migrated app to work with Manifest V3
- Temporally disabled context menus, as the way services workers work makes the context menu click event handlers work very poorly. Leading to context menus often not working correctly.
- Added a list of tabs that are still to be created on the openingtabs page. This allows the user to easily see what (and how many) tabs are still to be created.
- Fixed URL extraction (Thanks @allanlaal)
1.11.2:
- Limited snapshots to 4
- Added option to disable snapshots & to delete snapshots
- Added more context menu items for tools, settings help.
- Added better error handling for localstorage writes, to prevent unhandled errors if users localstorage is full.
1.11.1:
- Limited snapshots to 50
1.11.0:
- Redesigned settings page:
- New card based layout.
- Settings now auto save.
- Added automatic snapshotting:
- Local storage is automatically snapshotted when a destructive action is taken, so user has option to restore to previous versions
- Bug Fixes
- List saving bug
1.10.0:
- Added context menus. Currently, only context menus are for opening lists that the user has saved.
- Added setting to open lists in reverse order.
- Added new option for the 'Default list to display' setting:
- 'Previous urls': whatever you previous had in the 'URLs' text box will be displayed the next time you open the app / popup.
- Improved the REGEX for extracting urls from strings.
- Redesigned help page
- Added 'Tools' page, currently only includes a url extractor tool
1.9.0:
- Added ability for the user to pause and resume the opening of tabs when using tab creation delay.
- User can now specify the tab creation delay to decimal points, rather than just whole numbers as previously.
- Added a hotkey to open the popup (Ctrl + Shift + U).
1.8.3:
- Fixed wording on buttons on extension popup to make them clearer and less confusing.
1.8.2:
- Fixed bug where if "Delay tab loading until tab is selected" setting was enabled, the url would be truncated after the first parameter in the query string.
1.8.1:
- Firefox bug fix when deleting lists.
1.8.0:
- Added option to launch a list when the browser starts.
- Added feature to delay tab loading until the user focuses the tab (Selects the tab in their browser)
- Added basic command line flags for election version of app, -v or --version, -h or --help
1.7.2:
- Added a options file to the app manifest, so the settings page can be launched from the browsers addon / extension management page.
- Continued refactor of old sections of code, as well as working to completely remove dependence on Jquery in preparation of Bootstrap 5
1.7.1:
- Prevented electron version from having a tab creation delay of < 1, to prevent issues from occurring when opening tabs
- Fixed bug which could stop large lists being opened on Chromium, if the 'Open tabs 'Active'' setting is enabled
1.7.0:
- Added Importing and Exporting of user configuration. Users are now able to import or export their configuration (Lists and Settings). This allows your to transfer all you data to another device in a simpler manner.
- New setting: Buttons Look. This option lets the user choose whether filled or outline buttons should be used. As outline buttons can have some readability issues - especially if the user is using the 'Night Mode'
- New setting: Open Tabs Active State. Setting allows user to decided whether new tabs should be set as 'Active' when they are opened. 'Active' means that the tab is the one being displayed by the browser
- New setting: Auto Load Into Textbox. When a list is selected from the dropdown, it will be automatically loaded into the textbox (Text Area). Rather than having to select a list, then click on 'Open List'
- All versions of the app (Chrome, Firefox, Electron) are now in one single code base, meaning all features will be available on all platforms. Built using a shell script.
- Fixed a bug when editing lists of less then three urls
1.6.0:
- The browser-based versions of the application are now in a single code-base. So it will be easier to develop, test and deploy changes.
- Fixed www. links not opening correctly.
1.5.1:
- Tidied up help page.
1.5.0:
- Added setting for user to decide how non-urls should be handled when encountered. User can choose to either: Open the non-url in a search engine, Ignore the non-url, Attempt to extract the non-url.
- Added setting so user can decide which search engine should be used if a non-url is going to be opened in a search engine.
1.4.0:
- Added new setting to allow user to choose which tabs should be displayed when the 'Currently opened tabs' setting is selected. Either all opened tabs, or just those in the current window.
- Fixed bug which would cause the 'Automatically open lists' and 'Enable Night Theme' options not to display if no settings object was present in the browser storage.
1.3.4:
- Removed deprecated API chrome.tabs.getAllInWindow
- If a user uses Tab Creation Delay, once all tabs are opened the message on the page will change to inform the user that all links are opened
- Tidied up tab creation and remove deprecated 'selected' parameter
1.3.3:
- Fixed bug which would stop the user from creating more than 10 lists. Also causing the list with the id 10 to be overwritten with a new list.
1.3.2:
- Small code optimization for loading popup load times
- Improved shadow for modals
1.3.1:
- Fixed bug where checkboxes would be missing on the settings page if the user had not saved settings previously
- Fluent design bootstrap is now provided with the extension package rather than being loaded over cdn
1.3.0:
- Added a simple night mode
- Added setting that allows users to change their bootstrap theme. Currently only supports default bootstrap and fluent design bootstrap.
1.2.0:
- Added a setting to automatically open a list when it is selected from the extensions popup. (This setting can be overruled by holding the ctrl key before selecting a list from the dropdown) (User requested feature)
- Added a setting to change the default list that is loaded when the extension is launched (User requested feature)
- Added button on popup to open the extension in a popup window
- Link lists and settings are now stored using JSON this improves the stability of the extension as more settings are added. Old lists and settings should be automatically converted
- Performance improvements, removed duplicate jQuery selectors to improve performance
- Added a new re-designed icon
- The extension is now open source. You can view the repository at here. (https://github.com/EuanRiggans/BulkURLOpener)
- Updated bootstrap to v4.1.1
- Updated jquery to v3.1.1
1.1.4:
-Fixed an issue where many links on the help page would not work correctly
1.1.3:
-Fixed a bug where lists without a trailing new line would not open the last link in the list
-Help page now contains links to get support, report bugs or suggest new features
1.1.2:
-Fixed an issue where Vivaldi users would not be able to open more than 9 tabs in one go
1.1.1:
-Fixed tab naming issue when Tab Creation Delay is used
-Removed unnecessary font files to reduce extension size
1.1.0:
-New method of storing lists of URLs. Old lists will be converted automatically
-Added settings page
-Added help page
-Added changelog page
-Added 'Tab Creation Delay' functionality (User requested feature)
-Code optimizations
1.0.1:
-Small code optimization
1.0.0:
-Initial release

Latest reviews

Vladislav Shugai 2025-08-19

Convenient extension for quickly opening multiple links.

Michelle Balder 2024-10-19

Works great, and saved me a lot of time.

SEO elegantrooms 2024-09-30

Its a nice add on to speed up the work....

Paul Edward 2024-03-15

Shining example of how oftentimes in life (certainly in regards to software, at any rate), "less" truly can be "more." Dev(s), your extension is perfect as is and I thank you for sharing it with the world and keeping it as lean as can be for all these years - Cheers!

Islamic Quran Center 2024-02-12

Your Plugin is highly valuable and useful, both in Multi-URL Opener and Multi Keywords Search via 3 Different Search Engine. Only a problem which we are facing is country base Multi Keywords Search Engine, for instance if we search for UK TLD must be change which are not working only https://www.google.com/search?q= is working whereas other countries not be changed like https://www.google.co.uk/search?q=. Even if we changed default search engine set as country in browser setting, then extension also only works in .com not in others can you help in this.

MJ Fadaee 2024-01-02

Essential!

Florian “furomin” Gaul 2023-10-24

Awesome tools! Good job, dev!

Florian “furomin” Gaul 2023-10-24

Awesome tools! Good job, dev!

Diego 2023-10-19

Una herramienta que aporta velocidad y productividad en el manejo de los enlaces, recomendada para las personas que acumulamos muchas ventanas, gestiona muy bien los enlaces. Muy recomendada

Alex Ngui 2023-09-25

This is exactly what I've been looking for and it works amazingly well.

Alex Ngui 2023-09-25

This is exactly what I've been looking for and it works amazingly well.

Oleh Holkin 2023-08-15

Лучшее что нашел на эту тему!

HopeWaggle 2023-03-30

Best URL opener. It is the only URL opener that has the option to make different lists and open URL's according to the list. One small advice that I would like to give you is that you should change the Icon and make it something like a folder or more flashy. Currently, it looks more like a notepad to write notes.

HopeWaggle 2023-03-30

Best URL opener. It is the only URL opener that has the option to make different lists and open URL's according to the list. One small advice that I would like to give you is that you should change the Icon and make it something like a folder or more flashy. Currently, it looks more like a notepad to write notes.

Regenia Aurenche 2023-02-24

It is of great help to my work!

Regenia Aurenche 2023-02-24

It is of great help to my work!

Miljenko Bulaš 2023-01-29

Works great and has great features!

Miljenko Bulaš 2023-01-29

Works great and has great features!

Kartik Gupta 2022-08-29

Really useful for opening bulk urls, and also for copying all opened urls

Kartik Gupta 2022-08-29

Really useful for opening bulk urls, and also for copying all opened urls

Shane Raymond 2022-06-12

Very useful

Shane Raymond 2022-06-12

Very useful

Jett Abernathy 2022-04-13

excellent

Jett Abernathy 2022-04-13

excellent

Rohin Koshi 2021-12-21

works great, love that you can save links. i think the default behavior should be : Default list to display: previous urls to prevent people from having to re-type in urls.

Rohin Koshi 2021-12-21

works great, love that you can save links. i think the default behavior should be : Default list to display: previous urls to prevent people from having to re-type in urls.

Computer Browser 2021-09-02

best tab list

Computer Browser 2021-09-02

best tab list

krishan seo 2021-08-21

best tab opner

krishan seo 2021-08-21

best tab opner

Lagging_ BarISH 2021-04-18

Work perfectly.

Lagging_ BarISH 2021-04-18

Work perfectly.

Belaid TABTI INFEP 2021-03-17

This is what i am looking for from a long time. Thanks

Belaid TABTI 2021-03-17

This is what i am looking for from a long time. Thanks

Carlos Morales 2021-02-21

Work perfect and fast, i use it a lot. Thanks for creating and sharing.

Carlos Morales 2021-02-21

Work perfect and fast, i use it a lot. Thanks for creating and sharing.

Андрей Кузнецов 2020-12-26

Однозначно лучшее в своей категории на данный момент.

Anonymous 2020-08-11

THe Best

kitty gaur 2020-06-24

very good extension

kitty gaur 2020-06-24

very good extension

James Fancy 2020-02-23

Works quickly but my main complaint is that in the list of url's it is not clear where one ends & another ends since it is not a bulleted or spaced out list, I suggest "The Great Suspender" over this which is more in depth but takes a little longer to navigate as a result.

James Fancy 2020-02-23

Works quickly but my main complaint is that in the list of url's it is not clear where one ends & another ends since it is not a bulleted or spaced out list, I suggest "The Great Suspender" over this which is more in depth but takes a little longer to navigate as a result.

Maarten Van Casteren 2020-02-13

Create multiple lists of urls! Great extensions.

Maarten Van Casteren 2020-02-13

Create multiple lists of urls! Great extensions.

alexander paukuma 2020-02-04

bagus.

Pavel Pessi 2020-01-14

good!

Pavel Pessi 2020-01-14

good!

Μαρίνος Βενιτουράκης 2019-12-03

Amazing...

Μαρίνος Βενιτουράκης 2019-12-03

Amazing...

surya prima 2019-09-11

The "BEST" evr

Statistics

Installs
70,000
Market
Chrome Web Store
Rating
4.85 (47 votes)
Last update
2022-06-23
Version 1.12.0
Languages