1-Click URL Opener
This extension allows you to open all the URLs that you want with the click of 1 button
What is 1-Click URL Opener?
1-Click URL Opener is a Chrome extension developed by BitSec, and its main feature is "This extension allows you to open all the URLs that you want with the click of 1 button".
Extension Screenshots
Download 1-Click URL Opener Extension CRX File
Download 1-Click 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
*Open all the URLs you want with the click of 1 button!* Do you have a lot of websites you want to visit everyday? You can now do that with the click of 1 button! Why choose 1-Click URL Opener? - It's easy! (ezpz) - It's fast! (2fast4u) - It's handy! (handy-dandy) Download this extension today!
Extension Basic Information
Name | |
ID | kkenoklmdaacpakcpblcpegmadkeejep |
Official URL | https://chrome.google.com/webstore/detail/1-click-url-opener/kkenoklmdaacpakcpblcpegmadkeejep |
Description | This extension allows you to open all the URLs that you want with the click of 1 button |
File Size | 12.05 KB |
Installation Count | 181 |
Current Version | 1.4.3 |
Last Updated | 2018-01-07 |
Publish Date | 2018-01-07 |
Rating | 4.75/5 Total 4 Ratings |
Developer | BitSec |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "1-Click URL Opener", "description": "This extension allows you to open all the URLs that you want with the click of 1 button", "version": "1.4.3", "options_ui": { "page": "options.html", "open_in_tab": true }, "browser_action": { "default_icon": "icon_32.png" }, "icons": { "48": "icon_48.png", "96": "icon_96.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage" ] } |