Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Open Multiple Links and URLs",
"description": "Easily open multiple URLs in new tabs or extract links from any text.",
"version": "1.1.0",
"incognito": "split",
"permissions": [
"storage",
"contextMenus",
"scripting",
"activeTab"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_popup": "index.html"
}
}