URL Opener
Bulk URL Opener Extension Helps To Open Multiple URL In Just Single Click.
What is URL Opener?
URL Opener is a Chrome extension developed by https://openerurl.com, and its main feature is "Bulk URL Opener Extension Helps To Open Multiple URL In Just Single Click.".
Extension Screenshots
Download URL Opener Extension CRX File
Download 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 Extension allows users to Open Multiple URL’s at once with one click with many features to manage urls. You may create, store and load lists of urls that you use. Quick and easy way to manage multiple or bulk urls. FEATURES OF BULK URL OPENER EXTENSION: - Open Multiple Links (New Tabs Or Windows) - Quick And Easy Management - Get List Of Currently Open Tabs - Clear, Edit And Delete List Of Links - Secure To Use INSTALLATION INSTRUCTIONS OF BULK URL OPENER: 1. Click on “Add to Chrome” button. 2. Then, click on “Add Extension” button prompted on screen. 3. Click on “Puzzle” icon on right hand side of Chrome bar. 4. Pin the extension as it should be blue pin in front of the extension name “URL Opener”. 5. Click on extension icon from top to manage everything. This extension doesn't collect any data. You can use this extension hassle-free as we never save any details.
Extension Basic Information
Name | URL Opener |
ID | nnjcioepmnfnidgnjijbnegpoklibmmo |
Official URL | https://chromewebstore.google.com/detail/url-opener/nnjcioepmnfnidgnjijbnegpoklibmmo |
Description | Bulk URL Opener Extension Helps To Open Multiple URL In Just Single Click. |
File Size | 282 KB |
Installation Count | 867 |
Current Version | 1.0.1 |
Last Updated | 2023-01-03 |
Publish Date | 2022-12-21 |
Rating | 5.00/5 Total 38 Ratings |
Developer | https://openerurl.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.openerurl.com/ |
Help Page URL | https://www.openerurl.com/ |
Supported Languages | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "1.0.1", "permissions": [ "tabs", "storage", "windows", "unlimitedStorage" ], "background": { "service_worker": "service-worker.js" }, "action": { "default_icon": "icon\/128.png", "default_title": "__MSG_name__", "default_popup": "popup.html" }, "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "64": "icon\/48.png", "128": "icon\/128.png" } } |